summaryrefslogtreecommitdiff
path: root/package/ntp
AgeCommit message (Expand)Author
2014-12-31ntp: fix hash fileFabio Porcedda
2014-12-26package/ntp: fix installationYann E. MORIN
2014-12-24package: indentation cleanupJerzy Grzegorek
2014-12-23ntp: adjust initscriptGustavo Zacarias
2014-12-23ntp: update sample configGustavo Zacarias
2014-12-23ntp: security bump to version 4.2.8Gustavo Zacarias
2014-10-19ntp: Adding pps support to ntpdBryan Brinsko
2014-10-04packages: rename FOO_CONF_OPT into FOO_CONF_OPTSThomas De Schampheleire
2014-08-21ntp: fix undefined variable in error printDanomi Manchego
2014-07-18ntp: rename patches to follow BR guidelinesDanomi Manchego
2014-07-17ntp: properly select/filter netsnmp for ntpsnmpdGustavo Zacarias
2014-07-09ntpd: drop default /etc/default/ntpd filePeter Korsgaard
2014-07-09Fixing ntpd time syncing problemAngelo Compagnucci
2014-06-08packages: replace command install by $(INSTALL)Maxime Hadjinlian
2014-03-07ntp: add systemd unit file for ntpdIvan Sergeev
2013-12-19package: add <pkg>_VERSION_MAJOR variableJerzy Grzegorek
2013-12-06packages: remove uninstall commandsThomas De Schampheleire
2013-06-06Normalize separator size to 80Alexandre Belloni
2012-11-08ntp: add license informationMark Jackson
2012-11-03perl: prepare the removal of microperlFrancois Perrad
2012-07-17all packages: rename XXXTARGETS to xxx-packageArnout Vandecappelle (Essensium/Mind)
2012-01-26ntp: bump to version 4.2.6p5Gustavo Zacarias
2011-10-17ntp: bump to version 4.2.6p4 and enhanceGustavo Zacarias
2011-09-29package: remove useless arguments from AUTOTARGETSThomas Petazzoni
2011-02-04ntp: only install init script if ntpd is enabledPeter Korsgaard
2011-02-04ntp: add ntpdate optionGustavo Zacarias
2011-01-30ntp: bump to version 4.2.6p3 and fix glibc build failureGustavo Zacarias
2010-11-04ntp: disable ntpsnmpd supportPeter Korsgaard
2010-09-21ntp: convert to autotargets and bump to 4.2.6p2Martin Banky
2010-05-21Merge branch '2010-05-15-fixes' of git://git.busybox.net/~tpetazzoni/git/buil...Peter Korsgaard
2010-05-20ntp: fix build without ipv6 supportPeter Korsgaard
2010-05-20ntp: fix build failureThomas Petazzoni
2009-10-01buildroot: silence ./configure step when building with 'make -s'Peter Korsgaard
2009-09-03package: Remove unnecessary dependencies on uclibc.Will Newton
2009-01-31ntp: fix time sync issuePeter Korsgaard
2009-01-16package/: convert to DOWNLOAD helperPeter Korsgaard
2008-12-08package/: get rid of unneeded $(strip ..)Peter Korsgaard
2008-11-14ntp.sysvinit: fix 'restart' (don't exit on failed commands with set -e)Wade Berrier
2008-11-06ntp: add /etc/default/ntpd to control whether to startWade Berrier
2008-10-31Bump ntp versionArnar Mar SigurĂ°sson
2008-07-17Kconfig: remove 'default n'Peter Korsgaard
2008-06-19buildroot: s/depends/depends on/Peter Korsgaard
2007-08-22- global whitespace trimmingBernhard Reutner-Fischer
2007-08-21- sed -i -e "/;$/s/;$//g" $(egrep ";$" package/* package/*/*.mk toolchain/* ...Bernhard Reutner-Fischer
2007-08-13Remove ntp patch which fails to apply, add TODO for later fixingUlf Samuelsson
2007-07-28Update config's of ntpUlf Samuelsson
2007-06-27- add endian handling, mmap, memcmp checks to TARGET_CONFIGURE_ARGSBernhard Reutner-Fischer
2007-06-27- the actual current version of NTP is 4.2p2 (Julien Letessier)Bernhard Reutner-Fischer
2007-06-26- bump version, make it compile. tickadjust has to be disabled. Closes #1029Bernhard Reutner-Fischer
2007-06-25- Add a system-V init script to ntpd. Closes #518Bernhard Reutner-Fischer