2
0
forked from Ivasoft/openwrt

do not set anything in DISABLE_IPV6 when set, let the package pick up the defaults

SVN-Revision: 17077
This commit is contained in:
Florian Fainelli
2009-08-01 12:12:48 +00:00
parent 0c27222ac4
commit 28efbbc87f

View File

@@ -159,7 +159,7 @@ else
endif
ifeq ($(CONFIG_IPV6),y)
DISABLE_IPV6:=--enable-ipv6
DISABLE_IPV6:=
else
DISABLE_IPV6:=--disable-ipv6
endif