diff options
author | Hauke Mehrtens <hauke@openwrt.org> | 2010-07-10 22:39:52 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@openwrt.org> | 2010-07-10 22:39:52 +0000 |
commit | 924f0f93f93e5d816cc8b6b3349f44fca59ea8f8 (patch) | |
tree | b208bbec5a9dade039fa4d225875c09b252776f0 /target/linux/orion | |
parent | 8f413218ba8748a10a1479bbf1355c25967250ac (diff) | |
download | upstream-924f0f93f93e5d816cc8b6b3349f44fca59ea8f8.tar.gz upstream-924f0f93f93e5d816cc8b6b3349f44fca59ea8f8.tar.bz2 upstream-924f0f93f93e5d816cc8b6b3349f44fca59ea8f8.zip |
kernel: update to kernel 2.6.34.1
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22118 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/orion')
-rw-r--r-- | target/linux/orion/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/orion/Makefile b/target/linux/orion/Makefile index 1eb372555d..d174be419b 100644 --- a/target/linux/orion/Makefile +++ b/target/linux/orion/Makefile @@ -13,7 +13,7 @@ FEATURES:=squashfs SUBTARGETS=generic harddisk CFLAGS=-Os -pipe -march=armv5t -mtune=xscale -funit-at-a-time -LINUX_VERSION:=2.6.34 +LINUX_VERSION:=2.6.34.1 include $(INCLUDE_DIR)/target.mk |