From: Felix Fietkau 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://git.lede-project.org./?a=commitdiff_plain;h=614ebec4d2d8da12a062b3d96c22058fdd584d9f;p=openwrt%2Fstaging%2Fansuel.git firewall: add CONFIG_IPV6 to PKG_CONFIG_DEPENDS to fix a rebuild error Signed-off-by: Felix Fietkau SVN-Revision: 48315 --- 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