summaryrefslogtreecommitdiff
path: root/package/openntpd/Config.in
AgeCommit message (Collapse)Author
2012-05-06openntpd: needs MMUGustavo Zacarias
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-10-17openntpd: fix help textPeter Korsgaard
Help text should be indented with <tab><space><space> and contain a link to the upstream website. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-10-17openntpd: style fix - don't capitalize in menuGustavo Zacarias
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2010-10-04package: get rid of ".. has no inherent support for AVR32" commentsPeter Korsgaard
These are probaly out of date by now, and lack of special handling for avr32 doesn't mean that a package won't work on avr32, so remove them. Done by sed -i '/comment.*no inherent support for AVR32/{N;N;p}' Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-01-26Add help for packages without AVR32 supportUlf Samuelsson
2008-07-17Kconfig: remove 'default n'Peter Korsgaard
'default n' is the default, so there's no need to say it explicitly.
2007-07-28Replace space by tabsUlf Samuelsson
2005-05-16Add support for the openntpd package to buildroot. OpenNTPD is a free, easy toEric Andersen
use implementation of the Network Time Protocol with a small footprint. It provides the ability to sync the local clock to remote NTP servers and can act as NTP server itself, redistributing the local clock. http://bugs.uclibc.org/view.php?id=257