diff options
author | Nicolas Thill <nico@openwrt.org> | 2011-10-24 07:39:53 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2011-10-24 07:39:53 +0000 |
commit | 9be2e59eae187a0e8079623583e17c70ce7b03fa (patch) | |
tree | 2dc0f14cb2811ad93e339d14769b754ad0fcfb2b /package/busybox/config/networking | |
parent | 3b0ad33ac2a0f4ab4558796ffc1959e75ccda62e (diff) | |
download | upstream-9be2e59eae187a0e8079623583e17c70ce7b03fa.tar.gz upstream-9be2e59eae187a0e8079623583e17c70ce7b03fa.tar.bz2 upstream-9be2e59eae187a0e8079623583e17c70ce7b03fa.zip |
package/busybox: revert config defaults inadvertently changed in [28513] (thanks to Liu Yu Fei, Eric), bump release number
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28547 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 5cec9dc29e..ca9815757d 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. |