summaryrefslogtreecommitdiffstats
path: root/target/linux/rb532
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2014-05-07 01:16:14 +0000
committerFlorian Fainelli <florian@openwrt.org>2014-05-07 01:16:14 +0000
commit21b14da88f2e09e58c6294dcfa83404b6731cd8a (patch)
tree22cd7480e028f13eb31b6ba6a7d7bd557635afbd /target/linux/rb532
parentf8b1de8bb8ed9a43f011b40e65897ef909bec728 (diff)
downloadmaster-31e0f0ae-21b14da88f2e09e58c6294dcfa83404b6731cd8a.tar.gz
master-31e0f0ae-21b14da88f2e09e58c6294dcfa83404b6731cd8a.tar.bz2
master-31e0f0ae-21b14da88f2e09e58c6294dcfa83404b6731cd8a.zip
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
Diffstat (limited to 'target/linux/rb532')
-rw-r--r--target/linux/rb532/image/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/target/linux/rb532/image/Makefile b/target/linux/rb532/image/Makefile
index c5b756cbe7..65ef919fa9 100644
--- a/target/linux/rb532/image/Makefile
+++ b/target/linux/rb532/image/Makefile
@@ -51,12 +51,12 @@ define Image/cmdline/jffs2-128k
block2mtd.block2mtd=/dev/sda2,131072 root=/dev/mtdblock0 rootfstype=jffs2
endef
-define Image/cmdline/ext2
-root=/dev/sda2 rootfstype=ext2
+define Image/cmdline/ext4
+root=/dev/sda2 rootfstype=ext4
endef
define Image/cmdline/squashfs
-block2mtd.block2mtd=/dev/sda2,65536 root=/dev/mtdblock0 rootfstype=squashfs
+root=/dev/sda2 rootfstype=squashfs
endef
define Image/cmdline/yaffs2