summaryrefslogtreecommitdiffstats
path: root/package/Config.in
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2005-05-16 17:36:46 +0000
committerEric Andersen <andersen@codepoet.org>2005-05-16 17:36:46 +0000
commit278a121fadd564ea189702b8d0ad9f2612c46eb1 (patch)
treeb2123306318274fc1686151f5d5c9e1de4a8feb5 /package/Config.in
parent12a94507908e2a84267106fc5ca00f867edeabc1 (diff)
downloadbuildroot-novena-278a121fadd564ea189702b8d0ad9f2612c46eb1.tar.gz
buildroot-novena-278a121fadd564ea189702b8d0ad9f2612c46eb1.zip
Add support for the openntpd package to buildroot. OpenNTPD is a free, easy to
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
Diffstat (limited to 'package/Config.in')
-rw-r--r--package/Config.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/Config.in b/package/Config.in
index 78f9b19e8..9fd99af78 100644
--- a/package/Config.in
+++ b/package/Config.in
@@ -76,6 +76,7 @@ source "package/netkittelnet/Config.in"
source "package/netsnmp/Config.in"
source "package/newt/Config.in"
source "package/ntp/Config.in"
+source "package/openntpd/Config.in"
source "package/openssh/Config.in"
source "package/openssl/Config.in"
source "package/openvpn/Config.in"