projects
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2b3988d
)
[package] do not set anything in DISABLE_IPV6 when set, let the package pick up the...
author
florian
<florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 1 Aug 2009 12:12:48 +0000
(12:12 +0000)
committer
florian
<florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 1 Aug 2009 12:12:48 +0000
(12:12 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17077
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
rules.mk
patch
|
blob
|
history
diff --git
a/rules.mk
b/rules.mk
index
3f39eef
..
88f64a5
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
This page took
0.023685 seconds
and
4
git commands to generate.