mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-12-25 06:53:21 +02:00
use .$(LINUX_KMOD_SUFFIX) instead of .ko in AutoLoad (closes: #5452)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16726 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
d2d52c35cd
commit
3329f8257c
@ -374,7 +374,7 @@ define KernelPackage/arptables
|
||||
KCONFIG:=CONFIG_IP_NF_ARPTABLES \
|
||||
CONFIG_IP_NF_ARPFILTER \
|
||||
CONFIG_IP_NF_ARP_MANGLE
|
||||
AUTOLOAD:=$(call AutoLoad,49,$(notdir $(patsubst %.ko,%,$(wildcard $(LINUX_DIR)/net/ipv4/netfilter/arp*.$(LINUX_KMOD_SUFFIX)))))
|
||||
AUTOLOAD:=$(call AutoLoad,49,$(notdir $(patsubst %.$(LINUX_KMOD_SUFFIX),%,$(wildcard $(LINUX_DIR)/net/ipv4/netfilter/arp*.$(LINUX_KMOD_SUFFIX)))))
|
||||
endef
|
||||
|
||||
define KernelPackage/arptables/description
|
||||
@ -390,7 +390,7 @@ define KernelPackage/ebtables
|
||||
FILES:=$(LINUX_DIR)/net/bridge/netfilter/*.$(LINUX_KMOD_SUFFIX)
|
||||
KCONFIG:=CONFIG_BRIDGE_NETFILTER=y \
|
||||
CONFIG_BRIDGE_NF_EBTABLES
|
||||
AUTOLOAD:=$(call AutoLoad,49,$(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,49,$(notdir $(patsubst %.$(LINUX_KMOD_SUFFIX),%,ebtables.$(LINUX_KMOD_SUFFIX) $(wildcard $(LINUX_DIR)/net/bridge/netfilter/ebtable_*.$(LINUX_KMOD_SUFFIX)) $(wildcard $(LINUX_DIR)/net/bridge/netfilter/ebt_*.$(LINUX_KMOD_SUFFIX)))))
|
||||
endef
|
||||
|
||||
define KernelPackage/ebtables/description
|
||||
|
Loading…
Reference in New Issue
Block a user