projects
/
openwrt
/
staging
/
hauke.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7a06d9a
)
busybox: fix previous commit, make CONFIG_BUSYBOX_CONFIG_FEATURE_IPV6 default to...
author
Jo-Philipp Wich
<jow@openwrt.org>
Thu, 19 Jan 2012 01:50:53 +0000
(
01:50
+0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Thu, 19 Jan 2012 01:50:53 +0000
(
01:50
+0000)
SVN-Revision: 29789
package/busybox/config/networking/Config.in
patch
|
blob
|
history
diff --git
a/package/busybox/config/networking/Config.in
b/package/busybox/config/networking/Config.in
index f83915d7071cc4312347ce39d5d8f15459e09f45..3df7b1f1297447f93c0e59a3c2fb688aeda376e7 100644
(file)
--- a/
package/busybox/config/networking/Config.in
+++ b/
package/busybox/config/networking/Config.in
@@
-102,8
+102,7
@@
config BUSYBOX_CONFIG_WHOIS
config BUSYBOX_CONFIG_FEATURE_IPV6
bool "Enable IPv6 support"
- default y
- depends on IPV6
+ default IPV6
help
Enable IPv6 support in busybox.
This adds IPv6 support in the networking applets.