rb532: Fix ext4 and squashfs images
Signed-off-by: Roman Yeryomin <roman@advem.lv> Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 40717
This commit is contained in:
parent
f8b1de8bb8
commit
21b14da88f
1 changed files with 3 additions and 3 deletions
|
@ -51,12 +51,12 @@ define Image/cmdline/jffs2-128k
|
||||||
block2mtd.block2mtd=/dev/sda2,131072 root=/dev/mtdblock0 rootfstype=jffs2
|
block2mtd.block2mtd=/dev/sda2,131072 root=/dev/mtdblock0 rootfstype=jffs2
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Image/cmdline/ext2
|
define Image/cmdline/ext4
|
||||||
root=/dev/sda2 rootfstype=ext2
|
root=/dev/sda2 rootfstype=ext4
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Image/cmdline/squashfs
|
define Image/cmdline/squashfs
|
||||||
block2mtd.block2mtd=/dev/sda2,65536 root=/dev/mtdblock0 rootfstype=squashfs
|
root=/dev/sda2 rootfstype=squashfs
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Image/cmdline/yaffs2
|
define Image/cmdline/yaffs2
|
||||||
|
|
Loading…
Reference in a new issue