diff options
author | Felix Fietkau <nbd@openwrt.org> | 2014-07-07 08:51:59 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2014-07-07 08:51:59 +0000 |
commit | 9a4ba281f6d00aa07c11759af7e4b82c3ba39aa6 (patch) | |
tree | 0d99278d726f957f3ee18323b7cc1c2cb7be36f9 /target | |
parent | d4158338c973cd04dae684d00939d918a7dc0678 (diff) | |
download | upstream-9a4ba281f6d00aa07c11759af7e4b82c3ba39aa6.tar.gz upstream-9a4ba281f6d00aa07c11759af7e4b82c3ba39aa6.tar.bz2 upstream-9a4ba281f6d00aa07c11759af7e4b82c3ba39aa6.zip |
rb532: fix jffs2 images
Signed-off-by: Roman Yeryomin <roman@advem.lv>
SVN-Revision: 41542
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/rb532/image/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |