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 | a64a42cbaadb0ed2be94b582d3854d3ccac2171b (patch) | |
tree | 781394cb6eb41b75a2a68fe9f60bbd9c18c9127b | |
parent | 54640d6592d8409945140fa1e2576dbd0dfdec1d (diff) | |
download | upstream-a64a42cbaadb0ed2be94b582d3854d3ccac2171b.tar.gz upstream-a64a42cbaadb0ed2be94b582d3854d3ccac2171b.tar.bz2 upstream-a64a42cbaadb0ed2be94b582d3854d3ccac2171b.zip |
upgrade to 2.6.36
SVN-Revision: 23941
-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 |