diff options
author | Felix Fietkau <nbd@openwrt.org> | 2009-07-12 00:01:12 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2009-07-12 00:01:12 +0000 |
commit | 2020fc8c568d3adba46315b8ad32c4f258694adb (patch) | |
tree | 1cce9057d71b394a966187258f681e7c233641c8 /target/linux/generic-2.6/config-2.6.28 | |
parent | bcbdd2a425f2849a15547671e98f01ae967bd78f (diff) | |
download | upstream-2020fc8c568d3adba46315b8ad32c4f258694adb.tar.gz upstream-2020fc8c568d3adba46315b8ad32c4f258694adb.tar.bz2 upstream-2020fc8c568d3adba46315b8ad32c4f258694adb.zip |
kernel: clean up scheduler default config and kmod-sched kconfig symbols, enable skbedit by default
SVN-Revision: 16789
Diffstat (limited to 'target/linux/generic-2.6/config-2.6.28')
-rw-r--r-- | target/linux/generic-2.6/config-2.6.28 | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/target/linux/generic-2.6/config-2.6.28 b/target/linux/generic-2.6/config-2.6.28 index f86b924325..bf506de683 100644 --- a/target/linux/generic-2.6/config-2.6.28 +++ b/target/linux/generic-2.6/config-2.6.28 @@ -1058,17 +1058,15 @@ CONFIG_MTD=y # CONFIG_NET_ACT_MIRRED is not set # CONFIG_NET_ACT_NAT is not set # CONFIG_NET_ACT_PEDIT is not set -CONFIG_NET_ACT_POLICE=y +# CONFIG_NET_ACT_POLICE is not set # CONFIG_NET_ACT_SIMP is not set -# CONFIG_NET_ACT_SKBEDIT is not set +CONFIG_NET_ACT_SKBEDIT=y CONFIG_NET_CLS_ACT=y -# CONFIG_NET_CLS_BASIC is not set +CONFIG_NET_CLS_BASIC=y # CONFIG_NET_CLS_FLOW is not set # CONFIG_NET_CLS_FW is not set CONFIG_NET_CLS_IND=y -CONFIG_NET_CLS_POLICE=y # CONFIG_NET_CLS_ROUTE4 is not set -CONFIG_NET_CLS_ROUTE=y # CONFIG_NET_CLS_RSVP6 is not set # CONFIG_NET_CLS_RSVP is not set # CONFIG_NET_CLS_TCINDEX is not set |