X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=package%2Fiptables%2FMakefile;h=56ab594174b57a9828bdceeefb65123028d664fb;hb=902fd8c8a3efe49f53b10224c33b431789bf64d3;hp=ded4816b211b68777adc692f745f6c5f663325a5;hpb=f60359fc31b33cbd555479093d1c737c025514a2;p=openwrt-10.03%2F.git 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