1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-18 21:48:23 +02:00

rb532: fix jffs2 images

Signed-off-by: Roman Yeryomin <roman@advem.lv>

SVN-Revision: 41542
This commit is contained in:
Felix Fietkau 2014-07-07 08:51:59 +00:00
parent d4158338c9
commit 9a4ba281f6

@ -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