From: Florian Fainelli Date: Sat, 1 Aug 2009 12:12:48 +0000 (+0000) Subject: do not set anything in DISABLE_IPV6 when set, let the package pick up the defaults X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=28efbbc87f5f8e9597c253ac5c39ef43f9d1bc21;p=openwrt%2Fstaging%2Fwigyori.git do not set anything in DISABLE_IPV6 when set, let the package pick up the defaults SVN-Revision: 17077 --- diff --git a/rules.mk b/rules.mk index 3f39eefd7b..88f64a5ebc 100644 --- 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