diff options
author | Hauke Mehrtens <hauke@openwrt.org> | 2011-06-18 15:52:15 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@openwrt.org> | 2011-06-18 15:52:15 +0000 |
commit | 791f4d23e2d37a9c8e92a43e3634913d87562ea5 (patch) | |
tree | 53679ae64c8627c4a9b36830169469766f885452 /target/linux/at91/Makefile | |
parent | cbd8113c9faa614b939de66f476426d46c34f8d0 (diff) | |
download | upstream-791f4d23e2d37a9c8e92a43e3634913d87562ea5.tar.gz upstream-791f4d23e2d37a9c8e92a43e3634913d87562ea5.tar.bz2 upstream-791f4d23e2d37a9c8e92a43e3634913d87562ea5.zip |
kernel: update to kernel 2.6.38.8
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27218 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 33dfa9a43b..4979801457 100644 --- a/target/linux/at91/Makefile +++ b/target/linux/at91/Makefile @@ -14,7 +14,7 @@ FEATURES:=squashfs jffs2 targz CFLAGS:=-Os -pipe -march=armv5te -mtune=arm926ej-s -fno-caller-saves SUBTARGETS:=netus tqma9263 -LINUX_VERSION:=2.6.38.6 +LINUX_VERSION:=2.6.38.8 DEVICE_TYPE= include $(INCLUDE_DIR)/target.mk |