[ep93xx] add 3.2 support
[openwrt.git] / package / busybox / config / networking / Config.in
index ca98157..3df7b1f 100644 (file)
@@ -102,7 +102,7 @@ config BUSYBOX_CONFIG_WHOIS
 
 config BUSYBOX_CONFIG_FEATURE_IPV6
        bool "Enable IPv6 support"
-       default y
+       default IPV6
        help
          Enable IPv6 support in busybox.
          This adds IPv6 support in the networking applets.
@@ -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
This page took 0.024799 seconds and 4 git commands to generate.