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:
8a844a9
)
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)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14935
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/kernel/modules/netsupport.mk
patch
|
blob
|
history
diff --git
a/package/kernel/modules/netsupport.mk
b/package/kernel/modules/netsupport.mk
index
b931267
..
63cc951
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 \