1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-06-30 22:09:48 +03:00

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

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17077 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
florian 2009-08-01 12:12:48 +00:00
parent 2b3988d5ab
commit a31a51e943

View File

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