diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2009-11-08 19:46:16 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2009-11-08 19:46:16 +0100 |
commit | b27533599deeccfe4ca6d176baa8a05307f3805e (patch) | |
tree | f51d09c86da001e26742185e5f42aee77a60cde5 /target/zaurus | |
parent | ad6880eef71d01101c2b216a5462dd9ae116542c (diff) |
update to latest stable kernel, fix grub2 terminal output
- grub2 documentation is really outdated. you have to read the source
to get serial working.
Diffstat (limited to 'target/zaurus')
-rw-r--r-- | target/zaurus/device.mk | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/target/zaurus/device.mk b/target/zaurus/device.mk index 17a06c641..f6e2c2e25 100644 --- a/target/zaurus/device.mk +++ b/target/zaurus/device.mk @@ -1,8 +1,7 @@ ARCH:= arm CPU_ARCH:= arm -KERNEL_VERSION:= 2.6.31.4 +KERNEL_VERSION:= 2.6.31.5 KERNEL_RELEASE:= 1 -KERNEL_MD5SUM:= be9c3a697a54ac099c910d068ff0dc03 +KERNEL_MD5SUM:= 926bff46d24e2f303e4ee92234e394d8 TARGET_OPTIMIZATION:= -Os -pipe TARGET_CFLAGS_ARCH:= -march=armv5te -msoft-float -GCC_EXTRA_CONFOPTS:= --with-float=soft |