From 12fc04238eb091cfa9e8b4469c50b72ff220d1e7 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sat, 3 Mar 2007 22:36:45 +0000 Subject: enable preinit in a few other platforms SVN-Revision: 6482 --- target/linux/rb532-2.6/image/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '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 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 -- cgit v1.2.3