projects
/
openwrt
/
svn-archive
/
archive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
65160fd
)
rb532: Fix ext4 and squashfs images
author
Florian Fainelli
<
[email protected]
>
Wed, 7 May 2014 01:16:14 +0000
(
01:16
+0000)
committer
Florian Fainelli
<
[email protected]
>
Wed, 7 May 2014 01:16:14 +0000
(
01:16
+0000)
Signed-off-by: Roman Yeryomin <
[email protected]
>
Signed-off-by: Florian Fainelli <
[email protected]
>
SVN-Revision: 40717
target/linux/rb532/image/Makefile
patch
|
blob
|
history
diff --git
a/target/linux/rb532/image/Makefile
b/target/linux/rb532/image/Makefile
index c5b756cbe75ddcc33eea6bab7f558f4df867253f..65ef919fa919a5e728139d9aa1591926e160d3de 100644
(file)
--- 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/ext
2
-root=/dev/sda2 rootfstype=ext
2
+define Image/cmdline/ext
4
+root=/dev/sda2 rootfstype=ext
4
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