projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
add a workaround for self-killing init scripts on restart (#1023)
[openwrt.git]
/
target
/
linux
/
brcm63xx-2.6
/
config
diff --git
a/target/linux/brcm63xx-2.6/config
b/target/linux/brcm63xx-2.6/config
index
8020ce1
..
c451b88
100644
(file)
--- a/
target/linux/brcm63xx-2.6/config
+++ b/
target/linux/brcm63xx-2.6/config
@@
-777,11
+777,8
@@
CONFIG_MTD_OBSOLETE_CHIPS=y
# Mapping drivers for chip access
#
CONFIG_MTD_COMPLEX_MAPPINGS=y
# Mapping drivers for chip access
#
CONFIG_MTD_COMPLEX_MAPPINGS=y
-CONFIG_MTD_PHYSMAP=y
-CONFIG_MTD_PHYSMAP_START=0xBFC00000
-CONFIG_MTD_PHYSMAP_LEN=0x400000
-CONFIG_MTD_PHYSMAP_BANKWIDTH=2
-# CONFIG_MTD_BCM963XX is not set
+# CONFIG_MTD_PHYSMAP is not set
+CONFIG_MTD_BCM963XX=y
# CONFIG_MTD_CSTM_MIPS_IXX is not set
# CONFIG_MTD_PCI is not set
# CONFIG_MTD_PLATRAM is not set
# CONFIG_MTD_CSTM_MIPS_IXX is not set
# CONFIG_MTD_PCI is not set
# CONFIG_MTD_PLATRAM is not set
This page took
0.020436 seconds
and
4
git commands to generate.