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 | ed3558cf10a81d7569b160c5500a68ab3c417e82 (patch) | |
tree | f5520481c9390274a8528a72fcb8ffbb39c11913 /target | |
parent | ae1fd5f9d7f59983113b126ff52141da464ea109 (diff) | |
download | upstream-ed3558cf10a81d7569b160c5500a68ab3c417e82.tar.gz upstream-ed3558cf10a81d7569b160c5500a68ab3c417e82.tar.bz2 upstream-ed3558cf10a81d7569b160c5500a68ab3c417e82.zip |
rb532: fix jffs2 images
Signed-off-by: Roman Yeryomin <roman@advem.lv>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@41542 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 |