summaryrefslogtreecommitdiffstats
path: root/package/network/config
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
commit614ebec4d2d8da12a062b3d96c22058fdd584d9f (patch)
treef3e1a7d3d138037584f31277ee7f42b1011e3182 /package/network/config
parent3c8827fa7f72af0b88db529f2a71fc42b00d8cab (diff)
downloadmaster-31e0f0ae-614ebec4d2d8da12a062b3d96c22058fdd584d9f.tar.gz
master-31e0f0ae-614ebec4d2d8da12a062b3d96c22058fdd584d9f.tar.bz2
master-31e0f0ae-614ebec4d2d8da12a062b3d96c22058fdd584d9f.zip
firewall: add CONFIG_IPV6 to PKG_CONFIG_DEPENDS to fix a rebuild error
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 48315
Diffstat (limited to 'package/network/config')
-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