diff options
Diffstat (limited to 'package/busybox/config')
-rw-r--r-- | package/busybox/config/networking/Config.in | 4 | ||||
-rw-r--r-- | package/busybox/config/util-linux/Config.in | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/package/busybox/config/networking/Config.in b/package/busybox/config/networking/Config.in index ca98157..a70dd07 100644 --- a/package/busybox/config/networking/Config.in +++ b/package/busybox/config/networking/Config.in @@ -742,14 +742,14 @@ config BUSYBOX_CONFIG_NSLOOKUP config BUSYBOX_CONFIG_NTPD bool "ntpd" - default n + default y select BUSYBOX_CONFIG_PLATFORM_LINUX help The NTP client/server daemon. config BUSYBOX_CONFIG_FEATURE_NTPD_SERVER bool "Make ntpd usable as a NTP server" - default n + default y depends on BUSYBOX_CONFIG_NTPD help Make ntpd usable as a NTP server. If you disable this option diff --git a/package/busybox/config/util-linux/Config.in b/package/busybox/config/util-linux/Config.in index 56e8035..14d4777 100644 --- a/package/busybox/config/util-linux/Config.in +++ b/package/busybox/config/util-linux/Config.in @@ -600,7 +600,7 @@ config BUSYBOX_CONFIG_PIVOT_ROOT config BUSYBOX_CONFIG_RDATE bool "rdate" - default y + default n help The rdate utility allows you to synchronize the date and time of your system clock with the date and time of a remote networked system using |