diff options
author | Felix Fietkau <nbd@openwrt.org> | 2011-02-27 19:52:57 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2011-02-27 19:52:57 +0000 |
commit | 875c8353f6781dc5040d953ff39e249c5f0fa16b (patch) | |
tree | b3149d456e3ed11477931378efd2daad9379aacc /target/linux/generic/config-2.6.36 | |
parent | 0e455ce84cef4ce6e57228ca157abced59d63c2c (diff) | |
download | upstream-875c8353f6781dc5040d953ff39e249c5f0fa16b.tar.gz upstream-875c8353f6781dc5040d953ff39e249c5f0fa16b.tar.bz2 upstream-875c8353f6781dc5040d953ff39e249c5f0fa16b.zip |
kernel: disable scheduler actions by default, they will be enabled only when kmod-sched is selected
SVN-Revision: 25771
Diffstat (limited to 'target/linux/generic/config-2.6.36')
-rw-r--r-- | target/linux/generic/config-2.6.36 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/target/linux/generic/config-2.6.36 b/target/linux/generic/config-2.6.36 index 0a5b96d200..fcad5f5c6c 100644 --- a/target/linux/generic/config-2.6.36 +++ b/target/linux/generic/config-2.6.36 @@ -1489,10 +1489,10 @@ CONFIG_NETWORK_FILESYSTEMS=y # CONFIG_NET_ACT_PEDIT is not set # CONFIG_NET_ACT_POLICE is not set # CONFIG_NET_ACT_SIMP is not set -CONFIG_NET_ACT_SKBEDIT=y +# CONFIG_NET_ACT_SKBEDIT is not set CONFIG_NET_CLS=y -CONFIG_NET_CLS_ACT=y -CONFIG_NET_CLS_BASIC=y +# CONFIG_NET_CLS_ACT is not set +# CONFIG_NET_CLS_BASIC is not set # CONFIG_NET_CLS_FLOW is not set # CONFIG_NET_CLS_FW is not set CONFIG_NET_CLS_IND=y |