diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2008-11-17 17:04:12 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2008-11-17 17:04:12 +0000 |
commit | 58a66eaeafa9ef5f55e723e1e0607af0b3fdc0d2 (patch) | |
tree | 484948a1587d137ecf52a28d9c94bdf8d5e49565 /target/linux | |
parent | 0c67453253b33ca69e8cfd01af5ee0ad3b8bf1a9 (diff) | |
download | upstream-58a66eaeafa9ef5f55e723e1e0607af0b3fdc0d2.tar.gz upstream-58a66eaeafa9ef5f55e723e1e0607af0b3fdc0d2.tar.bz2 upstream-58a66eaeafa9ef5f55e723e1e0607af0b3fdc0d2.zip |
remove root cmdline option
SVN-Revision: 13260
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/ar71xx/config-2.6.26 | 2 | ||||
-rw-r--r-- | target/linux/ar71xx/config-2.6.27 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/ar71xx/config-2.6.26 b/target/linux/ar71xx/config-2.6.26 index 57393415be..888635a5fe 100644 --- a/target/linux/ar71xx/config-2.6.26 +++ b/target/linux/ar71xx/config-2.6.26 @@ -21,7 +21,7 @@ CONFIG_BITREVERSE=y # CONFIG_BROADCOM_PHY is not set CONFIG_CEVT_R4K=y CONFIG_CLASSIC_RCU=y -CONFIG_CMDLINE="root=/dev/mtdblock2 rootfstype=squashfs,yaffs,jffs2 noinitrd console=ttyS0,115200 init=/etc/preinit" +CONFIG_CMDLINE="rootfstype=squashfs,yaffs,jffs2 noinitrd console=ttyS0,115200 init=/etc/preinit" CONFIG_CPU_BIG_ENDIAN=y CONFIG_CPU_HAS_LLSC=y CONFIG_CPU_HAS_PREFETCH=y diff --git a/target/linux/ar71xx/config-2.6.27 b/target/linux/ar71xx/config-2.6.27 index 61aaeb6ba1..2d7d579862 100644 --- a/target/linux/ar71xx/config-2.6.27 +++ b/target/linux/ar71xx/config-2.6.27 @@ -22,7 +22,7 @@ CONFIG_BITREVERSE=y # CONFIG_BROADCOM_PHY is not set CONFIG_CEVT_R4K=y CONFIG_CLASSIC_RCU=y -CONFIG_CMDLINE="root=/dev/mtdblock2 rootfstype=squashfs,yaffs,jffs2 noinitrd console=ttyS0,115200 init=/etc/preinit" +CONFIG_CMDLINE="rootfstype=squashfs,yaffs,jffs2 noinitrd console=ttyS0,115200 init=/etc/preinit" CONFIG_CPU_BIG_ENDIAN=y CONFIG_CPU_HAS_LLSC=y CONFIG_CPU_HAS_PREFETCH=y |