diff options
author | Thomas Kunze <thommycheck@gmx.de> | 2008-07-24 23:25:35 +0000 |
---|---|---|
committer | Thomas Kunze <thommycheck@gmx.de> | 2008-07-24 23:25:35 +0000 |
commit | 24017fab4844ff5ea68f4ff7db1293b32f483c3a (patch) | |
tree | 55e05d0fd943816b14f1a5768712e812934ac2f7 /packages/linux/linux-rp.inc | |
parent | c48905930ee9f06a52744003a89e994ee06c19d4 (diff) |
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
Diffstat (limited to 'packages/linux/linux-rp.inc')
-rw-r--r-- | packages/linux/linux-rp.inc | 1 |
1 files changed, 1 insertions, 0 deletions
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" |