projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
63e7959
)
fix the squashfs kernel command line for rb532
author
Felix Fietkau
<nbd@openwrt.org>
Thu, 21 Jun 2007 15:52:07 +0000
(15:52 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Thu, 21 Jun 2007 15:52:07 +0000
(15:52 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7687
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
target/linux/rb532-2.6/image/Makefile
patch
|
blob
|
history
diff --git
a/target/linux/rb532-2.6/image/Makefile
b/target/linux/rb532-2.6/image/Makefile
index
f53c5e4
..
84f37e3
100644
(file)
--- a/
target/linux/rb532-2.6/image/Makefile
+++ b/
target/linux/rb532-2.6/image/Makefile
@@
-50,7
+50,7
@@
root=/dev/cfa2 rootfstype=ext2 init=/etc/preinit
endef
define Image/cmdline/squashfs
-
root=/dev/cfa2
rootfstype=squashfs init=/etc/preinit
+
block2mtd.block2mtd=/dev/cfa2,65536 root=/dev/mtdblock0
rootfstype=squashfs init=/etc/preinit
endef
define Image/Build