diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2009-08-20 20:42:19 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2009-08-20 20:42:19 +0200 |
commit | d07acf5eacf62cd8b5495f12e3b37427050270c9 (patch) | |
tree | a0f4d7869e37ede1ca386ac428c75bf4b34d80f4 /target/rb532 | |
parent | 70c44baa23fbf86a888f6f37a75bca10a631a01c (diff) | |
parent | 4a0a9fe7fee9d7032adc62e244a23d37013816e3 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'target/rb532')
-rw-r--r-- | target/rb532/device.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/target/rb532/device.mk b/target/rb532/device.mk index 926e4b9c6..4561640ee 100644 --- a/target/rb532/device.mk +++ b/target/rb532/device.mk @@ -1,7 +1,7 @@ ARCH:= mips CPU_ARCH:= mipsel -KERNEL_VERSION:= 2.6.30 +KERNEL_VERSION:= 2.6.30.4 KERNEL_RELEASE:= 1 -KERNEL_MD5SUM:= 7a80058a6382e5108cdb5554d1609615 -TARGET_OPTIMIZATION:= -O2 -pipe +KERNEL_MD5SUM:= ac05e32764368af7eff79c5e3df65efb +TARGET_OPTIMIZATION:= -Os -pipe TARGET_CFLAGS_ARCH:= -march=mips32 |