projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
add some missing config options
[openwrt.git]
/
target
/
linux
/
rb532-2.6
/
image
/
Makefile
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
This page took
0.026931 seconds
and
4
git commands to generate.