projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Add config file for 2.6.31 kernels in preparation for 2.6.31
[openwrt.git]
/
target
/
linux
/
rb532
/
image
/
Makefile
diff --git
a/target/linux/rb532/image/Makefile
b/target/linux/rb532/image/Makefile
index
9d0857d
..
9f1ec23
100644
(file)
--- a/
target/linux/rb532/image/Makefile
+++ b/
target/linux/rb532/image/Makefile
@@
-34,23
+34,23
@@
define Image/BuildKernel
endef
define Image/cmdline/jffs2-64k
endef
define Image/cmdline/jffs2-64k
-block2mtd.block2mtd=/dev/sda2,65536 root=/dev/mtdblock0 rootfstype=jffs2
init=/etc/preinit
+block2mtd.block2mtd=/dev/sda2,65536 root=/dev/mtdblock0 rootfstype=jffs2
endef
define Image/cmdline/jffs2-128k
endef
define Image/cmdline/jffs2-128k
-block2mtd.block2mtd=/dev/sda2,131072 root=/dev/mtdblock0 rootfstype=jffs2
init=/etc/preinit
+block2mtd.block2mtd=/dev/sda2,131072 root=/dev/mtdblock0 rootfstype=jffs2
endef
define Image/cmdline/ext2
endef
define Image/cmdline/ext2
-root=/dev/sda2 rootfstype=ext2
init=/etc/preinit
+root=/dev/sda2 rootfstype=ext2
endef
define Image/cmdline/squashfs
endef
define Image/cmdline/squashfs
-block2mtd.block2mtd=/dev/sda2,65536 root=/dev/mtdblock0 rootfstype=squashfs
init=/etc/preinit
+block2mtd.block2mtd=/dev/sda2,65536 root=/dev/mtdblock0 rootfstype=squashfs
endef
define Image/cmdline/yaffs2
endef
define Image/cmdline/yaffs2
-root=/dev/mtdblock1 rootfstype=yaffs2
init=/etc/preinit
+root=/dev/mtdblock1 rootfstype=yaffs2
endef
define Image/Build
endef
define Image/Build
This page took
0.021686 seconds
and
4
git commands to generate.