aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/config/firewall/Makefile
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2016-01-18 13:21:37 +0000
committerFelix Fietkau <nbd@openwrt.org>2016-01-18 13:21:37 +0000
commit0f093ff58b41977ebd8008d1aef205dc7b8b0848 (patch)
treecf43c55309037bbb0dee8adb7106d8626072efca /package/network/config/firewall/Makefile
parenta484e79b1ede7e686d957ecd02c94543d9c0131f (diff)
downloadmaster-187ad058-0f093ff58b41977ebd8008d1aef205dc7b8b0848.tar.gz
master-187ad058-0f093ff58b41977ebd8008d1aef205dc7b8b0848.tar.bz2
master-187ad058-0f093ff58b41977ebd8008d1aef205dc7b8b0848.zip
firewall: add CONFIG_IPV6 to PKG_CONFIG_DEPENDS to fix a rebuild error
Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48315 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/network/config/firewall/Makefile')
-rw-r--r--package/network/config/firewall/Makefile1
1 files changed, 1 insertions, 0 deletions
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 <jow@openwrt.org>
PKG_LICENSE:=ISC
+PKG_CONFIG_DEPENDS := CONFIG_IPV6
include $(INCLUDE_DIR)/package.mk
include $(INCLUDE_DIR)/cmake.mk