mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
package ipset for use
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7517 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -174,6 +174,17 @@ define KernelPackage/ipt-iprange
|
||||
endef
|
||||
$(eval $(call KernelPackage,ipt-iprange))
|
||||
|
||||
define KernelPackage/ipt-ipset
|
||||
TITLE:=IPSET Modules
|
||||
DESCRIPTION:=\
|
||||
Netfilter kernel modules for ipset
|
||||
FILES:=$(foreach mod,$(IPT_IPSET-m),$(LINUX_DIR)/net/$(mod).$(LINUX_KMOD_SUFFIX))
|
||||
SUBMENU:=$(NFMENU)
|
||||
AUTOLOAD:=$(call AutoLoad,40,$(notdir $(IPT_IPSET-m)))
|
||||
endef
|
||||
$(eval $(call KernelPackage,ipt-ipset))
|
||||
|
||||
|
||||
define KernelPackage/ipt-extra
|
||||
TITLE:=Extra modules
|
||||
DESCRIPTION:=\
|
||||
|
||||
Reference in New Issue
Block a user