Skip to content
Snippets Groups Projects
Commit 430e641a authored by Imre Kaloz's avatar Imre Kaloz
Browse files

IPv6 support should depend on if we've enabled it


Signed-off-by: default avatarImre Kaloz <kaloz@openwrt.org>

SVN-Revision: 38349
parent b93e5498
No related branches found
No related tags found
No related merge requests found
......@@ -54,7 +54,6 @@ CONFIGURE_ARGS += \
--enable-shared \
--enable-static \
--disable-yydebug \
--enable-ipv6 \
--with-build-cc="$(HOSTCC)" \
--with-pcap=linux \
--without-septel \
......@@ -62,6 +61,11 @@ CONFIGURE_ARGS += \
--without-libnl \
--disable-can
ifeq ($(CONFIG_IPV6),y)
CONFIGURE_ARGS += \
--enable-ipv6
endif
MAKE_FLAGS += \
CCOPT="$(TARGET_CFLAGS) -I$(BUILD_DIR)/linux/include"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment