diff options
author | Felix Fietkau <nbd@openwrt.org> | 2007-03-03 22:36:45 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2007-03-03 22:36:45 +0000 |
commit | 12fc04238eb091cfa9e8b4469c50b72ff220d1e7 (patch) | |
tree | 7e0add9ec2278f5b132aa4adc3a3a20157edd759 /target/linux/rb532-2.6/image | |
parent | c96e173c287dcbce1813420940e79900f030c467 (diff) | |
download | upstream-12fc04238eb091cfa9e8b4469c50b72ff220d1e7.tar.gz upstream-12fc04238eb091cfa9e8b4469c50b72ff220d1e7.tar.bz2 upstream-12fc04238eb091cfa9e8b4469c50b72ff220d1e7.zip |
enable preinit in a few other platforms
SVN-Revision: 6482
Diffstat (limited to 'target/linux/rb532-2.6/image')
-rw-r--r-- | target/linux/rb532-2.6/image/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/target/linux/rb532-2.6/image/Makefile b/target/linux/rb532-2.6/image/Makefile index e6794c036d..149a7e2734 100644 --- 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 -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 -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 -root=/dev/cfa2 rootfstype=ext2 +root=/dev/cfa2 rootfstype=ext2 init=/etc/preinit endef define Image/Build |