diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2010-11-10 13:12:25 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2010-11-10 13:12:25 +0000 |
commit | 8fdb3c06542139376c248f93b944049aee35db31 (patch) | |
tree | 7a343e84a2179c517f4de55d427f5094b090a2d4 /target/linux/orion/Makefile | |
parent | bc28bc772906d93566438a57aa54ff6e2d65139b (diff) | |
download | upstream-8fdb3c06542139376c248f93b944049aee35db31.tar.gz upstream-8fdb3c06542139376c248f93b944049aee35db31.tar.bz2 upstream-8fdb3c06542139376c248f93b944049aee35db31.zip |
[orion]: upgrade to 2.6.36
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23941 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/orion/Makefile')
-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 920aadf0d5..7cf9e02a7d 100644 --- a/target/linux/orion/Makefile +++ b/target/linux/orion/Makefile @@ -13,7 +13,7 @@ SUBTARGETS:=generic harddisk CFLAGS=-Os -pipe -march=armv5t -mtune=xscale -funit-at-a-time MAINTAINER:=Imre Kaloz <kaloz@openwrt.org> -LINUX_VERSION:=2.6.34.7 +LINUX_VERSION:=2.6.36 include $(INCLUDE_DIR)/target.mk |