From 9a4ba281f6d00aa07c11759af7e4b82c3ba39aa6 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Mon, 7 Jul 2014 08:51:59 +0000 Subject: rb532: fix jffs2 images Signed-off-by: Roman Yeryomin SVN-Revision: 41542 --- target/linux/rb532/image/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'target/linux/rb532') 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 -- cgit v1.2.3