mirror of https://github.com/hak5/openwrt-owl.git
parent
411e1a0757
commit
fba71e7fb1
|
@ -301,13 +301,13 @@ endef
|
||||||
|
|
||||||
$(eval $(call KernelPackage,arptables))
|
$(eval $(call KernelPackage,arptables))
|
||||||
|
|
||||||
|
|
||||||
define KernelPackage/ebtables
|
define KernelPackage/ebtables
|
||||||
SUBMENU:=$(NF_MENU)
|
SUBMENU:=$(NF_MENU)
|
||||||
TITLE:=Bridge firewalling modules
|
TITLE:=Bridge firewalling modules
|
||||||
DEPENDS:=@LINUX_2_6
|
DEPENDS:=@LINUX_2_6
|
||||||
FILES:=$(LINUX_DIR)/net/bridge/netfilter/*.$(LINUX_KMOD_SUFFIX)
|
FILES:=$(LINUX_DIR)/net/bridge/netfilter/*.$(LINUX_KMOD_SUFFIX)
|
||||||
KCONFIG:=CONFIG_BRIDGE_NF_EBTABLES
|
KCONFIG:=CONFIG_BRIDGE_NETFILTER=y \
|
||||||
|
CONFIG_BRIDGE_NF_EBTABLES
|
||||||
AUTOLOAD:=$(call AutoLoad,40,$(notdir $(patsubst %.ko,%,ebtables.ko $(wildcard $(LINUX_DIR)/net/bridge/netfilter/ebtable_*.$(LINUX_KMOD_SUFFIX)) $(wildcard $(LINUX_DIR)/net/bridge/netfilter/ebt_*.$(LINUX_KMOD_SUFFIX)))))
|
AUTOLOAD:=$(call AutoLoad,40,$(notdir $(patsubst %.ko,%,ebtables.ko $(wildcard $(LINUX_DIR)/net/bridge/netfilter/ebtable_*.$(LINUX_KMOD_SUFFIX)) $(wildcard $(LINUX_DIR)/net/bridge/netfilter/ebt_*.$(LINUX_KMOD_SUFFIX)))))
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue