diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2009-07-23 16:17:45 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2009-07-23 16:17:45 +0200 |
commit | eb567614643eb1d3cacdbe8ad7ed86ebb43467cb (patch) | |
tree | e59ce2e970d4aa7246151fd787e34b6d666932d2 | |
parent | 54f11edb92dc05fd8cd187467bfffc069349a52d (diff) |
update to 2.6.30.1
-rw-r--r-- | target/rb532/device.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/rb532/device.mk b/target/rb532/device.mk index 926e4b9c6..6f5553ffa 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.1 KERNEL_RELEASE:= 1 -KERNEL_MD5SUM:= 7a80058a6382e5108cdb5554d1609615 +KERNEL_MD5SUM:= 7da2e2e31f1c00f2673d2dc50de76b33 TARGET_OPTIMIZATION:= -O2 -pipe TARGET_CFLAGS_ARCH:= -march=mips32 |