projects
/
openwrt
/
staging
/
hauke.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a20a9b7
)
kernel: prepare kconfig for imq update
author
Jo-Philipp Wich
<jow@openwrt.org>
Thu, 7 May 2009 03:06:03 +0000
(
03:06
+0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Thu, 7 May 2009 03:06:03 +0000
(
03:06
+0000)
SVN-Revision: 15652
package/kernel/modules/netfilter.mk
patch
|
blob
|
history
diff --git
a/package/kernel/modules/netfilter.mk
b/package/kernel/modules/netfilter.mk
index 34f76807bf60ab994be06e715b1d656a16cfca99..101550eac8c7e189e7ff73e72773bda8bd3335ae 100644
(file)
--- a/
package/kernel/modules/netfilter.mk
+++ b/
package/kernel/modules/netfilter.mk
@@
-229,7
+229,7
@@
define KernelPackage/ipt-imq
CONFIG_IMQ \
CONFIG_IMQ_BEHAVIOR_BA=y \
CONFIG_IMQ_NUM_DEVS=2 \
- CONFIG_
IP_NF
_TARGET_IMQ
+ CONFIG_
NETFILTER_XT
_TARGET_IMQ
FILES:= \
$(LINUX_DIR)/drivers/net/imq.$(LINUX_KMOD_SUFFIX) \
$(foreach mod,$(IPT_IMQ-m),$(LINUX_DIR)/net/$(mod).$(LINUX_KMOD_SUFFIX))