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:
2abe4d1
)
NET_CLS_ACT can no longer be built as module in newer kernels, force it to =y
author
Felix Fietkau
<nbd@openwrt.org>
Tue, 17 Mar 2009 23:55:43 +0000
(23:55 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Tue, 17 Mar 2009 23:55:43 +0000
(23:55 +0000)
SVN-Revision: 14935
package/kernel/modules/netsupport.mk
patch
|
blob
|
history
diff --git
a/package/kernel/modules/netsupport.mk
b/package/kernel/modules/netsupport.mk
index b931267cf9b117870e62f2c19f355934f3b16862..63cc951f81828494d165cafb4fa3eed3ba0e7963 100644
(file)
--- a/
package/kernel/modules/netsupport.mk
+++ b/
package/kernel/modules/netsupport.mk
@@
-511,7
+511,7
@@
define KernelPackage/sched
CONFIG_NET_SCH_TBF \
CONFIG_NET_SCH_TEQL \
CONFIG_NET_CLS=y \
- CONFIG_NET_CLS_ACT \
+ CONFIG_NET_CLS_ACT
=y
\
CONFIG_NET_CLS_BASIC \
CONFIG_NET_CLS_FLOW \
CONFIG_NET_CLS_FW \