mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-10 11:09:20 +02:00
fix duplicate packaging of the ipv6 imq module
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@3731 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
b788a8d824
commit
c19c89c25d
@ -12,7 +12,7 @@ $(eval $(call KMOD_template,GRE,gre,\
|
||||
,CONFIG_NET_IPGRE))
|
||||
|
||||
$(eval $(call KMOD_template,IMQ,imq,\
|
||||
$(MODULES_DIR)/kernel/net/*/netfilter/*IMQ*.o \
|
||||
$(MODULES_DIR)/kernel/net/ipv4/netfilter/*IMQ*.o \
|
||||
$(MODULES_DIR)/kernel/drivers/net/imq.o \
|
||||
))
|
||||
|
||||
|
@ -14,7 +14,7 @@ $(eval $(call KMOD_template,GRE,gre,\
|
||||
,CONFIG_NET_IPGRE))
|
||||
|
||||
$(eval $(call KMOD_template,IMQ,imq,\
|
||||
$(MODULES_DIR)/kernel/net/*/netfilter/*IMQ*.ko \
|
||||
$(MODULES_DIR)/kernel/net/ipv4/netfilter/*IMQ*.ko \
|
||||
$(MODULES_DIR)/kernel/drivers/net/imq.ko \
|
||||
))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user