diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2009-06-13 19:21:59 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2009-06-13 19:21:59 +0200 |
commit | 943041c015d5932d9723e58af595dae696eda5e1 (patch) | |
tree | 1baa25862c86f35952c290caf3e9e1282dc3eaa8 /target/rb532 | |
parent | b448bbcdab09b70b4d03ea0bc9167878e7f054da (diff) |
update to 2.6.30
Diffstat (limited to 'target/rb532')
-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 df956ae5e..7b23f2fd6 100644 --- a/target/rb532/device.mk +++ b/target/rb532/device.mk @@ -1,7 +1,7 @@ ARCH:= mips CPU_ARCH:= mipsel -KERNEL_VERSION:= 2.6.29.1 +KERNEL_VERSION:= 2.6.30 KERNEL_RELEASE:= 1 -KERNEL_MD5SUM:= 4ada43caecb08fe2af71b416b6f586d8 +KERNEL_MD5SUM:= 7a80058a6382e5108cdb5554d1609615 TARGET_OPTIMIZATION:= -Os -pipe TARGET_CFLAGS_ARCH:= -march=mips32 |