diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2013-07-19 22:51:36 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2013-07-19 22:51:36 +0000 |
commit | f4242a4324693f5ec1e129dcc9d8de8453431937 (patch) | |
tree | 012555725800fcf67dcf949f61bf6e814e46d1a2 | |
parent | 2dee293d02c7d81c1fc4ab0f3b8ee93b43393fa3 (diff) | |
download | upstream-f4242a4324693f5ec1e129dcc9d8de8453431937.tar.gz upstream-f4242a4324693f5ec1e129dcc9d8de8453431937.tar.bz2 upstream-f4242a4324693f5ec1e129dcc9d8de8453431937.zip |
malta: remove CONFIG_NET_SCH_* overrides
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 37463
-rw-r--r-- | target/linux/malta/config-3.10 | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/target/linux/malta/config-3.10 b/target/linux/malta/config-3.10 index fd981bc776..01311e9b74 100644 --- a/target/linux/malta/config-3.10 +++ b/target/linux/malta/config-3.10 @@ -184,17 +184,6 @@ CONFIG_NET_CLS_RSVP6=m CONFIG_NET_CLS_TCINDEX=m CONFIG_NET_CLS_U32=m # CONFIG_NET_NS is not set -CONFIG_NET_SCH_CBQ=m -CONFIG_NET_SCH_DSMARK=m -CONFIG_NET_SCH_GRED=m -CONFIG_NET_SCH_HFSC=m -CONFIG_NET_SCH_HTB=m -CONFIG_NET_SCH_NETEM=m -CONFIG_NET_SCH_PRIO=m -CONFIG_NET_SCH_RED=m -CONFIG_NET_SCH_SFQ=m -CONFIG_NET_SCH_TBF=m -CONFIG_NET_SCH_TEQL=m CONFIG_NO_GENERIC_PCI_IOPORT_MAP=y CONFIG_NO_HZ=y CONFIG_NR_CPUS=2 |