diff options
author | kaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-10-27 10:43:47 +0000 |
---|---|---|
committer | kaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-10-27 10:43:47 +0000 |
commit | 01e0dddc7b4b968d58c3a74712f2e8297a0f4061 (patch) | |
tree | 26158a6ee81bffd78a927c51927994740d7e0f16 /target | |
parent | ce50548ff6d582fb7fdb9987afcf9458ad9f03df (diff) |
[orion]: don't enforce rootfs location
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33962 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/orion/config-3.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/orion/config-3.3 b/target/linux/orion/config-3.3 index 46e6ecbab..6e19da90d 100644 --- a/target/linux/orion/config-3.3 +++ b/target/linux/orion/config-3.3 @@ -18,7 +18,7 @@ CONFIG_ATA=m CONFIG_BCMA_POSSIBLE=y # CONFIG_CACHE_L2X0 is not set CONFIG_CLKSRC_MMIO=y -CONFIG_CMDLINE="root=/dev/mtdblock1 rootfstype=squashfs,jffs2 noinitrd console=ttyS0,115200" +CONFIG_CMDLINE="rootfstype=squashfs,jffs2 noinitrd console=ttyS0,115200" CONFIG_CMDLINE_FORCE=y CONFIG_CPU_32v5=y CONFIG_CPU_ABRT_EV5T=y |