summaryrefslogtreecommitdiffstats
path: root/target/linux/rb532
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2014-07-07 08:51:59 +0000
committerFelix Fietkau <nbd@openwrt.org>2014-07-07 08:51:59 +0000
commit9a4ba281f6d00aa07c11759af7e4b82c3ba39aa6 (patch)
tree0d99278d726f957f3ee18323b7cc1c2cb7be36f9 /target/linux/rb532
parentd4158338c973cd04dae684d00939d918a7dc0678 (diff)
downloadmaster-31e0f0ae-9a4ba281f6d00aa07c11759af7e4b82c3ba39aa6.tar.gz
master-31e0f0ae-9a4ba281f6d00aa07c11759af7e4b82c3ba39aa6.tar.bz2
master-31e0f0ae-9a4ba281f6d00aa07c11759af7e4b82c3ba39aa6.zip
rb532: fix jffs2 images
Signed-off-by: Roman Yeryomin <roman@advem.lv> SVN-Revision: 41542
Diffstat (limited to 'target/linux/rb532')
-rw-r--r--target/linux/rb532/image/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/rb532/image/Makefile b/target/linux/rb532/image/Makefile
index e33fbab208..706c768060 100644
--- a/target/linux/rb532/image/Makefile
+++ b/target/linux/rb532/image/Makefile
@@ -44,11 +44,11 @@ endif
endef
define Image/cmdline/jffs2-64k
-block2mtd.block2mtd=/dev/sda2,65536 root=/dev/mtdblock0 rootfstype=jffs2
+block2mtd.block2mtd=/dev/sda2,65536 root=/dev/mtdblock2 rootfstype=jffs2
endef
define Image/cmdline/jffs2-128k
-block2mtd.block2mtd=/dev/sda2,131072 root=/dev/mtdblock0 rootfstype=jffs2
+block2mtd.block2mtd=/dev/sda2,131072 root=/dev/mtdblock2 rootfstype=jffs2
endef
define Image/cmdline/ext4