From 4171769fcf9ab38dab58e3fa02d4721b0821db4b Mon Sep 17 00:00:00 2001 From: nbd Date: Mon, 7 Jul 2014 08:51:59 +0000 Subject: [PATCH] rb532: fix jffs2 images Signed-off-by: Roman Yeryomin git-svn-id: svn://svn.openwrt.org/openwrt/trunk@41542 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/rb532/image/Makefile | 4 ++-- 1 file 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 -- 2.11.0