From: nbd Date: Mon, 18 Jan 2016 13:21:37 +0000 (+0000) Subject: firewall: add CONFIG_IPV6 to PKG_CONFIG_DEPENDS to fix a rebuild error X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=45ca584f97199a70c9b2699b497136b908c59970;p=openwrt.git firewall: add CONFIG_IPV6 to PKG_CONFIG_DEPENDS to fix a rebuild error Signed-off-by: Felix Fietkau git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48315 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/package/network/config/firewall/Makefile b/package/network/config/firewall/Makefile index e1668a9ca9..d781f5f582 100644 --- a/package/network/config/firewall/Makefile +++ b/package/network/config/firewall/Makefile @@ -19,6 +19,7 @@ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz PKG_MAINTAINER:=Jo-Philipp Wich PKG_LICENSE:=ISC +PKG_CONFIG_DEPENDS := CONFIG_IPV6 include $(INCLUDE_DIR)/package.mk include $(INCLUDE_DIR)/cmake.mk