diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2011-07-12 13:44:16 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2011-07-12 13:44:16 +0000 |
commit | 8334f5531faaaa0f671965373f993001a3e54abf (patch) | |
tree | eea4037858eaace69337f4ea09ec081d02468c15 /target/linux/orion/Makefile | |
parent | aca47677c33fdcbb30d962dc4aa9e50d5ba6f1f4 (diff) | |
download | master-187ad058-8334f5531faaaa0f671965373f993001a3e54abf.tar.gz master-187ad058-8334f5531faaaa0f671965373f993001a3e54abf.tar.bz2 master-187ad058-8334f5531faaaa0f671965373f993001a3e54abf.zip |
[generic]: upgrade to 3.0-rc7
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27600 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 0427735515..0d4a87db68 100644 --- a/target/linux/orion/Makefile +++ b/target/linux/orion/Makefile @@ -13,7 +13,7 @@ SUBTARGETS:=generic harddisk CFLAGS=-Os -pipe -march=armv5te -mtune=xscale -fno-caller-saves MAINTAINER:=Imre Kaloz <kaloz@openwrt.org> -LINUX_VERSION:=3.0-rc6 +LINUX_VERSION:=3.0-rc7 include $(INCLUDE_DIR)/target.mk |