diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2009-10-22 22:15:59 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2009-10-22 22:15:59 +0200 |
commit | 1d18ffa427852084c6bf378eaa76c2e9116cdea7 (patch) | |
tree | b9aa383048f908be017cdc260cb60fa3df5699e0 /target/tomtom | |
parent | f3d0f13c125a7e24dda986656d42b4a28e2f8e70 (diff) | |
parent | 4f14ea9a70f86fd29c59b617fa1449dd5b2f14ab (diff) |
some adk devel corrections
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Conflicts:
mk/package.mk
Diffstat (limited to 'target/tomtom')
-rw-r--r-- | target/tomtom/device.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/tomtom/device.mk b/target/tomtom/device.mk index 5f13b2700..407eed2f8 100644 --- a/target/tomtom/device.mk +++ b/target/tomtom/device.mk @@ -1,6 +1,6 @@ ARCH:= arm CPU_ARCH:= armel -KERNEL_VERSION:= 2.6.30.5 +KERNEL_VERSION:= 2.6.31.4 KERNEL_RELEASE:= 1 KERNEL_MD5SUM:= be9c3a697a54ac099c910d068ff0dc03 TARGET_OPTIMIZATION:= -Os -pipe |