diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-09-18 20:01:00 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-09-18 20:01:00 +0200 |
commit | a5841ff67451430f6ecd4d4b33d30fcf90e77121 (patch) | |
tree | 09c0b77138b4cd991e018f0e5e29ecb3d9bd4160 /target/foxg20/target.mk | |
parent | 77cb48f73a2bedc84b2944e4efce89fb8ffaaa6c (diff) |
update foxg20 kernel and config
Diffstat (limited to 'target/foxg20/target.mk')
-rw-r--r-- | target/foxg20/target.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/foxg20/target.mk b/target/foxg20/target.mk index f37e7689b..1de99edc5 100644 --- a/target/foxg20/target.mk +++ b/target/foxg20/target.mk @@ -1,8 +1,8 @@ # arm default is little endian, this target uses EABI ARCH:= arm CPU_ARCH:= arm -KERNEL_VERSION:= 2.6.34 +KERNEL_VERSION:= 2.6.35.4 KERNEL_RELEASE:= 1 -KERNEL_MD5SUM:= 10eebcb0178fb4540e2165bfd7efc7ad +KERNEL_MD5SUM:= 0bb2cd59c13d7412f813c8fbc0769eec TARGET_OPTIMIZATION:= -Os -pipe TARGET_CFLAGS_ARCH:= -march=armv5te -mtune=arm926ej-s |