diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-10-03 19:54:40 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-10-03 19:54:40 +0200 |
commit | 2c515e9448afd0a8dd9798fcbf5eada5e9f8296a (patch) | |
tree | 52795e775273ae788dd7998837d43773f942826f /package/busybox/config/networking | |
parent | ae8520cfbb9cce8cfe38b00b52f202584ae1fab4 (diff) |
enable ntpd client as default
Diffstat (limited to 'package/busybox/config/networking')
-rw-r--r-- | package/busybox/config/networking/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/busybox/config/networking/Config.in b/package/busybox/config/networking/Config.in index 0ca0c3525..fcd6c33ea 100644 --- a/package/busybox/config/networking/Config.in +++ b/package/busybox/config/networking/Config.in @@ -748,7 +748,7 @@ config BUSYBOX_NSLOOKUP config BUSYBOX_NTPD bool "ntpd" depends on !ADK_PACKAGE_OPENNTPD - default n + default y select BUSYBOX_PLATFORM_LINUX help The NTP client/server daemon. |