diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2008-06-27 12:13:37 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2008-06-27 12:13:37 +0000 |
commit | ddd357ff14b7799ce4be2225183788f8a32f3990 (patch) | |
tree | 7feb3ed3e89a6e4782ca5b3fda49be8709fd781e /target/linux | |
parent | bca5ac2479ae2c5eea4a05c9e45386a14f90e1b2 (diff) | |
download | upstream-ddd357ff14b7799ce4be2225183788f8a32f3990.tar.gz upstream-ddd357ff14b7799ce4be2225183788f8a32f3990.tar.bz2 upstream-ddd357ff14b7799ce4be2225183788f8a32f3990.zip |
use mtdblock1 as rootfs
SVN-Revision: 11587
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/orion/config-default | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/orion/config-default b/target/linux/orion/config-default index 5c2519bfc1..50e94b7d1e 100644 --- a/target/linux/orion/config-default +++ b/target/linux/orion/config-default @@ -66,7 +66,7 @@ CONFIG_BOUNCE=y # CONFIG_BT is not set # CONFIG_CIFS_STATS is not set CONFIG_CLASSIC_RCU=y -CONFIG_CMDLINE="root=/dev/mtdblock2 rootfstype=squashfs,jffs2 noinitrd console=ttyS0,115200 init=/etc/preinit" +CONFIG_CMDLINE="root=/dev/mtdblock1 rootfstype=squashfs,jffs2 noinitrd console=ttyS0,115200 init=/etc/preinit" # CONFIG_CONFIGFS_FS is not set CONFIG_CPU_32=y CONFIG_CPU_32v5=y |