do not set anything in DISABLE_IPV6 when set, let the package pick up the defaults
SVN-Revision: 17077
This commit is contained in:
parent
0c27222ac4
commit
28efbbc87f
1 changed files with 1 additions and 1 deletions
2
rules.mk
2
rules.mk
|
@ -159,7 +159,7 @@ else
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(CONFIG_IPV6),y)
|
ifeq ($(CONFIG_IPV6),y)
|
||||||
DISABLE_IPV6:=--enable-ipv6
|
DISABLE_IPV6:=
|
||||||
else
|
else
|
||||||
DISABLE_IPV6:=--disable-ipv6
|
DISABLE_IPV6:=--disable-ipv6
|
||||||
endif
|
endif
|
||||||
|
|
Loading…
Reference in a new issue