projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ea4d51d
)
[package] kernel: ensure that IMQ is autoloaded after ip_queue, fixes disappearing...
author
Jo-Philipp Wich
<jow@openwrt.org>
Mon, 7 Jun 2010 10:47:20 +0000
(10:47 +0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Mon, 7 Jun 2010 10:47:20 +0000
(10:47 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21700
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/kernel/modules/netfilter.mk
patch
|
blob
|
history
diff --git
a/package/kernel/modules/netfilter.mk
b/package/kernel/modules/netfilter.mk
index
73b5977
..
7c3fe22
100644
(file)
--- a/
package/kernel/modules/netfilter.mk
+++ b/
package/kernel/modules/netfilter.mk
@@
-235,7
+235,7
@@
define KernelPackage/ipt-imq
FILES:= \
$(LINUX_DIR)/drivers/net/imq.$(LINUX_KMOD_SUFFIX) \
$(foreach mod,$(IPT_IMQ-m),$(LINUX_DIR)/net/$(mod).$(LINUX_KMOD_SUFFIX))
- AUTOLOAD:=$(call AutoLoad,4
5
,$(notdir \
+ AUTOLOAD:=$(call AutoLoad,4
6
,$(notdir \
imq \
$(IPT_IMQ-m) \
))