diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-03-06 13:16:36 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-03-06 13:16:36 +0100 |
commit | 4c689e33aa487c270ee579ca45259f9c0b31aba8 (patch) | |
tree | 4d4b70912fc7a11a3714cc7cd0e701dc0ea6f7e9 /target | |
parent | 8945ff70ffcf9f2539d58867c0e2fc25e1c40c7c (diff) |
update to 2.6.33
Diffstat (limited to 'target')
-rw-r--r-- | target/foxboard/target.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/foxboard/target.mk b/target/foxboard/target.mk index be0628c10..147affb9c 100644 --- a/target/foxboard/target.mk +++ b/target/foxboard/target.mk @@ -1,7 +1,7 @@ ARCH:= cris CPU_ARCH:= cris -KERNEL_VERSION:= 2.6.32 +KERNEL_VERSION:= 2.6.33 KERNEL_RELEASE:= 1 -KERNEL_MD5SUM:= 260551284ac224c3a43c4adac7df4879 +KERNEL_MD5SUM:= c3883760b18d50e8d78819c54d579b00 TARGET_OPTIMIZATION:= -Os -pipe -fno-peephole2 TARGET_CFLAGS_ARCH:= -march=v10 |