diff options
author | Florian Fainelli <florian@openwrt.org> | 2007-06-02 22:57:33 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2007-06-02 22:57:33 +0000 |
commit | 908b616d8e9f35658b71fdb525afff4e43cf703c (patch) | |
tree | ec1b416c9a6e0c08b083517be1b9c0e9a30f22df /package/iptables/Makefile | |
parent | 1435d167ff4d1ef4e96c1472f25a40d18922fb7d (diff) | |
download | upstream-908b616d8e9f35658b71fdb525afff4e43cf703c.tar.gz upstream-908b616d8e9f35658b71fdb525afff4e43cf703c.tar.bz2 upstream-908b616d8e9f35658b71fdb525afff4e43cf703c.zip |
Add iprange (#1799)
SVN-Revision: 7462
Diffstat (limited to 'package/iptables/Makefile')
-rw-r--r-- | package/iptables/Makefile | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/package/iptables/Makefile b/package/iptables/Makefile index 7d34cc68ee..bd85322ff3 100644 --- a/package/iptables/Makefile +++ b/package/iptables/Makefile @@ -133,6 +133,17 @@ define Package/iptables-mod-ulog - libipt_ULOG endef +define Package/iptables-mod-iprange + $(call Package/iptables/Default) + DEPENDS:=iptables +kmod-ipt-iprange + TITLE:=ip range module + DESCRIPTION:=\ + iptables extensions for matching ip ranges.\\\ + \\\ + Includes: \\\ + - libipt_iprange +endef + define Package/iptables-mod-extra $(call Package/iptables/Default) DEPENDS:=iptables +kmod-ipt-extra @@ -257,5 +268,6 @@ $(eval $(call BuildPlugin,iptables-mod-imq,$(IPT_IMQ-m))) $(eval $(call BuildPlugin,iptables-mod-ipopt,$(IPT_IPOPT-m))) $(eval $(call BuildPlugin,iptables-mod-ipsec,$(IPT_IPSEC-m))) $(eval $(call BuildPlugin,iptables-mod-nat,$(IPT_NAT-m))) +$(eval $(call BuildPlugin,iptables-mod-iprange,$(IPT_IPRANGE-m))) $(eval $(call BuildPlugin,iptables-mod-ulog,$(IPT_ULOG-m))) $(eval $(call BuildPackage,ip6tables)) |