diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2010-07-10 22:39:52 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2010-07-10 22:39:52 +0000 |
commit | e2ce2feedbbab610929372ab722cfde3a0af41ff (patch) | |
tree | d7d8d1ea04a4146435b540926a0e47df9c51a9f9 /target/linux/at91 | |
parent | 9c8d55541aa7481b025d26401822a3a01ced19a5 (diff) | |
download | upstream-e2ce2feedbbab610929372ab722cfde3a0af41ff.tar.gz upstream-e2ce2feedbbab610929372ab722cfde3a0af41ff.tar.bz2 upstream-e2ce2feedbbab610929372ab722cfde3a0af41ff.zip |
kernel: update to kernel 2.6.34.1
SVN-Revision: 22118
Diffstat (limited to 'target/linux/at91')
-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 2f86b311d0..951191e3af 100644 --- a/target/linux/at91/Makefile +++ b/target/linux/at91/Makefile @@ -12,7 +12,7 @@ BOARDNAME:=NetusG20 FEATURES:=squashfs jffs2 tgz CFLAGS:=-Os -pipe -march=armv5te -mtune=arm926ej-s -funit-at-a-time -LINUX_VERSION:=2.6.34 +LINUX_VERSION:=2.6.34.1 DEVICE_TYPE= include $(INCLUDE_DIR)/target.mk |