diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-02-28 12:36:30 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-02-28 12:36:30 +0100 |
commit | a21751d05ee06fd4e0bfae705e8467922b344120 (patch) | |
tree | 7705f057fee1baf2152bf2b97c9c4217298f4f06 /target/lemote/target.mk | |
parent | d8a9ea4f5591783df24634cfaf10f32307b58803 (diff) | |
parent | 1b7510f011b5c63c060943716f39c9417b116359 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'target/lemote/target.mk')
-rw-r--r-- | target/lemote/target.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/lemote/target.mk b/target/lemote/target.mk index db804bc64..7293e785e 100644 --- a/target/lemote/target.mk +++ b/target/lemote/target.mk @@ -1,7 +1,7 @@ ARCH:= mips CPU_ARCH:= mips64el -KERNEL_VERSION:= 2.6.32 +KERNEL_VERSION:= 2.6.33 KERNEL_RELEASE:= 1 -KERNEL_MD5SUM:= 260551284ac224c3a43c4adac7df4879 +KERNEL_MD5SUM:= c3883760b18d50e8d78819c54d579b00 TARGET_OPTIMIZATION:= -Os -pipe TARGET_CFLAGS_ARCH:= -march=loongson2f -mabi=64 |