fix IMQ autoloading

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12722 3c298f89-4303-0410-b956-a3cf2f4a3e73
master
Nicolas Thill 2008-09-27 10:09:54 +00:00
parent eeb6158d6d
commit e99619d10d
1 changed files with 1 additions and 1 deletions

View File

@ -234,7 +234,7 @@ define KernelPackage/ipt-imq
$(LINUX_DIR)/drivers/net/imq.$(LINUX_KMOD_SUFFIX) \
$(foreach mod,$(IPT_IMQ-m),$(LINUX_DIR)/net/$(mod).$(LINUX_KMOD_SUFFIX))
AUTOLOAD:=$(call AutoLoad,45,$(notdir \
$(LINUX_DIR)/drivers/net/imq.$(LINUX_KMOD_SUFFIX) \
imq \
$(IPT_IMQ-m) \
))
DEPENDS:= kmod-ipt-core