From 24017fab4844ff5ea68f4ff7db1293b32f483c3a Mon Sep 17 00:00:00 2001 From: Thomas Kunze Date: Thu, 24 Jul 2008 23:25:35 +0000 Subject: linux-rp_2.6.24: -fix build linux-rp_2.6.26: -update patches for collie.The kernel won't build atm because of too fat defconfig. But this is intended because kernel will be in rootfs in the future. linux-rp.inc: -change commandline for collie to root on mmc --- packages/linux/linux-rp.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'packages/linux/linux-rp.inc') diff --git a/packages/linux/linux-rp.inc b/packages/linux/linux-rp.inc index 2309235139..28f3d0dc00 100644 --- a/packages/linux/linux-rp.inc +++ b/packages/linux/linux-rp.inc @@ -24,6 +24,7 @@ CMDLINE_CON_collie = "console=ttySA0,115200n8 console=tty1 noinitrd" CMDLINE_CON_qemuarm = "console=ttyAMA0,115200n8 console=tty1 noinitrd" CMDLINE_CON_zylonite = "console=ttyS0,38400" CMDLINE_ROOT ?= "root=/dev/mtdblock2 rootfstype=jffs2" +CMDLINE_ROOT_collie = "root=/dev/mmcblk0p1 rootfstype=ext2 rootdelay=3 rw" CMDLINE_ROOT_spitz ?= "root=/dev/hda1 rootfstype=ext3 rootdelay=1 rw" #CMDLINE_ROOT_spitz = "root=/dev/mmcblk0p2 rootfstype=ext2 rootdelay=3 rw" CMDLINE_OTHER = "dyntick=enable" -- cgit v1.2.3