diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2009-10-18 12:04:02 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2009-10-18 12:04:02 +0200 |
commit | 9b7f5eba5fa07d65188d1f40b5bc244f0a2aa129 (patch) | |
tree | f80f2ff06193ad8e23f4aac85632ed1863b9fb9b /target/foxboard | |
parent | c008b8741447a77371f3fd487830bfd7952dbdcd (diff) |
update gcc, binutils, gdb, linux kernel, dnsmasq and alsa
WARNING: tested only on qemu-x86
Diffstat (limited to 'target/foxboard')
-rw-r--r-- | target/foxboard/device.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/foxboard/device.mk b/target/foxboard/device.mk index e9be810b6..b2eb19f57 100644 --- a/target/foxboard/device.mk +++ b/target/foxboard/device.mk @@ -1,6 +1,6 @@ ARCH:= cris CPU_ARCH:= cris -KERNEL_VERSION:= 2.6.30.5 +KERNEL_VERSION:= 2.6.31.4 KERNEL_RELEASE:= 1 KERNEL_MD5SUM:= be9c3a697a54ac099c910d068ff0dc03 TARGET_OPTIMIZATION:= -Os -pipe -fno-peephole2 |