diff options
author | Jens Muecke <jens@nons.de> | 2008-02-19 04:03:49 +0000 |
---|---|---|
committer | Jens Muecke <jens@nons.de> | 2008-02-19 04:03:49 +0000 |
commit | b926d7695baa0e000103371401d0f4878a08c8cd (patch) | |
tree | a55bbb697ba5bd2c711eb7a956bf97de330f41c8 /target/linux/olpc/image/olpc.fth | |
parent | d3c63338b71687fec85ee216a19545d10ee211b5 (diff) | |
download | upstream-b926d7695baa0e000103371401d0f4878a08c8cd.tar.gz upstream-b926d7695baa0e000103371401d0f4878a08c8cd.tar.bz2 upstream-b926d7695baa0e000103371401d0f4878a08c8cd.zip |
Adding .24 support for olpc
kernel compiles fine, but graphic support is broken
to test new kernel version, change
target/linux/olpc/Makefile
from .23.16 to .24
SVN-Revision: 10493
Diffstat (limited to 'target/linux/olpc/image/olpc.fth')
-rw-r--r-- | target/linux/olpc/image/olpc.fth | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/olpc/image/olpc.fth b/target/linux/olpc/image/olpc.fth index a23cdd4fdf..3d284d2fcd 100644 --- a/target/linux/olpc/image/olpc.fth +++ b/target/linux/olpc/image/olpc.fth @@ -1,4 +1,4 @@ \ Boot script " u:\boot\vmlinuz" to boot-device -" block2mtd.block2mtd=/dev/sda2,65536,rootfs root=/dev/mtdblock1 rootfstype=squashfs init=/etc/preinit rootdelay=5 noinitrd console=tty0 quiet" to boot-file +" block2mtd.block2mtd=/dev/sda2,65536,rootfs root=/dev/mtdblock1 rootfstype=squashfs init=/etc/preinit noinitrd console=tty0" to boot-file boot |