From 7547a910df57a515714098a77e310c710d5f8535 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Wed, 19 Apr 2006 23:14:13 +0000 Subject: 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 --- package/iptables/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'package/iptables/Makefile') diff --git a/package/iptables/Makefile b/package/iptables/Makefile index ded4816b21..56ab594174 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 -- cgit v1.2.3