projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
make sure tmp/info gets created
[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
e6794c0
..
149a7e2
100644
(file)
--- a/
target/linux/rb532-2.6/image/Makefile
+++ b/
target/linux/rb532-2.6/image/Makefile
@@
-38,15
+38,15
@@
define Image/BuildKernel
endef
define Image/cmdline/jffs2-64k
endef
define Image/cmdline/jffs2-64k
-block2mtd.block2mtd=/dev/cfa2,65536 root=/dev/mtdblock0 rootfstype=jffs2
+block2mtd.block2mtd=/dev/cfa2,65536 root=/dev/mtdblock0 rootfstype=jffs2
init=/etc/preinit
endef
define Image/cmdline/jffs2-128k
endef
define Image/cmdline/jffs2-128k
-block2mtd.block2mtd=/dev/cfa2,131072 root=/dev/mtdblock0 rootfstype=jffs2
+block2mtd.block2mtd=/dev/cfa2,131072 root=/dev/mtdblock0 rootfstype=jffs2
init=/etc/preinit
endef
define Image/cmdline/ext2
endef
define Image/cmdline/ext2
-root=/dev/cfa2 rootfstype=ext2
+root=/dev/cfa2 rootfstype=ext2
init=/etc/preinit
endef
define Image/Build
endef
define Image/Build
This page took
0.025348 seconds
and
4
git commands to generate.