diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2010-08-22 13:26:06 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2010-08-22 13:26:06 +0000 |
commit | 09e05d833df83203f92e3b22ff892af9aeeb8576 (patch) | |
tree | 9b6ac4b61f1df5afcbf4e81e0aa7ea928a01c2b7 /target/linux/at91/Makefile | |
parent | 9638e849667eb1167e1efeffe0f086ce5c324297 (diff) | |
download | upstream-09e05d833df83203f92e3b22ff892af9aeeb8576.tar.gz upstream-09e05d833df83203f92e3b22ff892af9aeeb8576.tar.bz2 upstream-09e05d833df83203f92e3b22ff892af9aeeb8576.zip |
kernel: update kernel version to 2.6.34.5
SVN-Revision: 22759
Diffstat (limited to 'target/linux/at91/Makefile')
-rw-r--r-- | target/linux/at91/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/at91/Makefile b/target/linux/at91/Makefile index 355f4418da..074a68f9e5 100644 --- a/target/linux/at91/Makefile +++ b/target/linux/at91/Makefile @@ -12,7 +12,7 @@ BOARDNAME:=Atmel AT91 FEATURES:=squashfs jffs2 targz CFLAGS:=-Os -pipe -march=armv5te -mtune=arm926ej-s -funit-at-a-time -LINUX_VERSION:=2.6.34.1 +LINUX_VERSION:=2.6.34.5 DEVICE_TYPE= include $(INCLUDE_DIR)/target.mk |