projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
override LDOPTS to remove madwifi compile warning
[openwrt.git]
/
target
/
linux
/
sibyte-2.6
/
config
diff --git
a/target/linux/sibyte-2.6/config
b/target/linux/sibyte-2.6/config
index
3c5587f
..
5e055ac
100644
(file)
--- a/
target/linux/sibyte-2.6/config
+++ b/
target/linux/sibyte-2.6/config
@@
-216,15
+216,15
@@
CONFIG_STOP_MACHINE=y
#
# IO Schedulers
#
#
# IO Schedulers
#
-CONFIG_IOSCHED_NOOP=y
-CONFIG_IOSCHED_AS=y
-# CONFIG_IOSCHED_DEADLINE is not set
+# CONFIG_IOSCHED_NOOP is not set
+# CONFIG_IOSCHED_AS is not set
+CONFIG_IOSCHED_DEADLINE=y
# CONFIG_IOSCHED_CFQ is not set
# CONFIG_IOSCHED_CFQ is not set
-CONFIG_DEFAULT_AS=y
-# CONFIG_DEFAULT_DEADLINE is not set
+# CONFIG_DEFAULT_AS is noet set
+CONFIG_DEFAULT_DEADLINE=y
# CONFIG_DEFAULT_CFQ is not set
# CONFIG_DEFAULT_NOOP is not set
# CONFIG_DEFAULT_CFQ is not set
# CONFIG_DEFAULT_NOOP is not set
-CONFIG_DEFAULT_IOSCHED="
anticipatory
"
+CONFIG_DEFAULT_IOSCHED="
deadline
"
#
# Bus options (PCI, PCMCIA, EISA, ISA, TC)
#
# Bus options (PCI, PCMCIA, EISA, ISA, TC)
This page took
0.019092 seconds
and
4
git commands to generate.