summaryrefslogtreecommitdiffstats
path: root/package/iptables
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-04-19 23:14:13 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-04-19 23:14:13 +0000
commit902fd8c8a3efe49f53b10224c33b431789bf64d3 (patch)
treeb20713dac71cd6d3907b85c1db7b3fa8b8e6e629 /package/iptables
parentf60359fc31b33cbd555479093d1c737c025514a2 (diff)
bugfix in package/rules.mk, add support for dumping package information with make DUMP=1
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3674 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/iptables')
-rw-r--r--package/iptables/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/package/iptables/Makefile b/package/iptables/Makefile
index ded4816b2..56ab59417 100644
--- a/package/iptables/Makefile
+++ b/package/iptables/Makefile
@@ -20,13 +20,16 @@ PKG_INSTALL_DIR:=$(PKG_BUILD_DIR)/ipkg-install
PKG_MENU:=IPv4 / IPv6 firewall administration
include $(TOPDIR)/package/rules.mk
+ifeq ($(DUMP),)
include $(LINUX_DIR)/.config
include $(TOPDIR)/target/linux/netfilter.mk
+endif
define Package/iptables
SECTION:=net
CATEGORY:=Base system
TITLE:=IPv4 firewall administration tool
+URL:=http://netfilter.org/
endef
define Package/iptables-mod-conntrack