Author: nbd Date: 2014-07-07 10:51:59 +0200 (Mon, 07 Jul 2014) New Revision: 41542
Modified: trunk/target/linux/rb532/image/Makefile Log: rb532: fix jffs2 images Signed-off-by: Roman Yeryomin <[email protected]> Modified: trunk/target/linux/rb532/image/Makefile =================================================================== --- trunk/target/linux/rb532/image/Makefile 2014-07-07 08:51:55 UTC (rev 41541) +++ trunk/target/linux/rb532/image/Makefile 2014-07-07 08:51:59 UTC (rev 41542) @@ -44,11 +44,11 @@ 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 _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
