X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/b90f9dbb187a41ac6b2033d9c61892c3ffb9da71..658e7e8470b6d851fb4e119dd7de7a7952e57211:/package/busybox/config/networking/Config.in diff --git a/package/busybox/config/networking/Config.in b/package/busybox/config/networking/Config.in index 5cec9dc29..3df7b1f12 100644 --- a/package/busybox/config/networking/Config.in +++ b/package/busybox/config/networking/Config.in @@ -82,7 +82,7 @@ config BUSYBOX_CONFIG_PING config BUSYBOX_CONFIG_PING6 bool "ping6" - default n + default y depends on BUSYBOX_CONFIG_FEATURE_IPV6 && BUSYBOX_CONFIG_PING help This will give you a ping that can talk IPv6. @@ -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