diff options
author | Florian Fainelli <florian@openwrt.org> | 2011-02-19 12:44:16 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2011-02-19 12:44:16 +0000 |
commit | 0a5005e8245d1058074b96b54b5b2d8d65cc20c4 (patch) | |
tree | 0f33142d2ba4fdc39911cee27247d12885f42c7e /target/linux/at91 | |
parent | 61e86ac4c35a3d1c6c99ac66861223fe480035af (diff) | |
download | upstream-0a5005e8245d1058074b96b54b5b2d8d65cc20c4.tar.gz upstream-0a5005e8245d1058074b96b54b5b2d8d65cc20c4.tar.bz2 upstream-0a5005e8245d1058074b96b54b5b2d8d65cc20c4.zip |
[kernel] update to 2.6.35.11
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25582 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 d06bb842e3..0ef55e6410 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 -funit-at-a-time SUBTARGETS:=netus tqma9263 -LINUX_VERSION:=2.6.35.9 +LINUX_VERSION:=2.6.35.11 DEVICE_TYPE= include $(INCLUDE_DIR)/target.mk |