diff options
author | Florian Fainelli <florian@openwrt.org> | 2009-11-06 10:53:15 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2009-11-06 10:53:15 +0000 |
commit | f3a6ff7296a8ec30f30e0febf0e1d8c82ed052e3 (patch) | |
tree | d61baef2612e2e540b4b7ab18c45f2f94c2088fd /target/linux/rdc/config-2.6.30 | |
parent | 53357d1b0cd0a0da010dd641b75d2783b25916d1 (diff) | |
download | upstream-f3a6ff7296a8ec30f30e0febf0e1d8c82ed052e3.tar.gz upstream-f3a6ff7296a8ec30f30e0febf0e1d8c82ed052e3.tar.bz2 upstream-f3a6ff7296a8ec30f30e0febf0e1d8c82ed052e3.zip |
[rdc] provide the correct flash mapping on non airlink devices, remove the rootfs_type hacks, patch from sn9
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18327 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/rdc/config-2.6.30')
-rw-r--r-- | target/linux/rdc/config-2.6.30 | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/target/linux/rdc/config-2.6.30 b/target/linux/rdc/config-2.6.30 index c83aaa5aee..6dc046afe9 100644 --- a/target/linux/rdc/config-2.6.30 +++ b/target/linux/rdc/config-2.6.30 @@ -35,7 +35,7 @@ CONFIG_BOUNCE=y CONFIG_CC_OPTIMIZE_FOR_SIZE=y # CONFIG_CC_STACKPROTECTOR is not set CONFIG_CLOCKSOURCE_WATCHDOG=y -CONFIG_CMDLINE="console=ttyS0,38400" +CONFIG_CMDLINE="console=ttyS0,38400 rootfstype=squashfs,jffs2" CONFIG_CMDLINE_BOOL=y # CONFIG_CMDLINE_OVERRIDE is not set # CONFIG_COMPAT_NET_DEV_OPS is not set @@ -191,13 +191,9 @@ CONFIG_MODULE_FORCE_UNLOAD=y # CONFIG_MTD_CFI_INTELEXT is not set # CONFIG_MTD_COMPLEX_MAPPINGS is not set # CONFIG_MTD_NETSC520 is not set +CONFIG_MTD_PHYSMAP=y # CONFIG_MTD_R8610 is not set -CONFIG_MTD_RDC3210=y -CONFIG_MTD_RDC3210_ALLOW_JFFS2=y -CONFIG_MTD_RDC3210_BUSWIDTH=2 -# CONFIG_MTD_RDC3210_FACTORY_PRESENT is not set -CONFIG_MTD_RDC3210_SIZE=0x400000 -# CONFIG_MTD_RDC3210_STATIC_MAP is not set +# CONFIG_MTD_RDC3210 is not set # CONFIG_MTD_TS5500 is not set # CONFIG_MTRR is not set # CONFIG_MVIAC3_2 is not set |