projects
/
openwrt
/
staging
/
ansuel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0c27222
)
do not set anything in DISABLE_IPV6 when set, let the package pick up the defaults
author
Florian Fainelli
<florian@openwrt.org>
Sat, 1 Aug 2009 12:12:48 +0000
(12:12 +0000)
committer
Florian Fainelli
<florian@openwrt.org>
Sat, 1 Aug 2009 12:12:48 +0000
(12:12 +0000)
SVN-Revision: 17077
rules.mk
patch
|
blob
|
history
diff --git
a/rules.mk
b/rules.mk
index 3f39eefd7b6320c21495bc05560e7d40875009fb..88f64a5ebcdfc76bbf166a9a7e6df445791ecfba 100644
(file)
--- a/
rules.mk
+++ b/
rules.mk
@@
-159,7
+159,7
@@
else
endif
ifeq ($(CONFIG_IPV6),y)
- DISABLE_IPV6:=
--enable-ipv6
+ DISABLE_IPV6:=
else
DISABLE_IPV6:=--disable-ipv6
endif