diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2011-07-23 20:43:53 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2011-07-23 20:43:53 +0000 |
commit | 5e29e14795ce09848dcdd30c1dc230bcf7c2f1fd (patch) | |
tree | a3e04854aaef7469a62574cf099169d5f0f2dcc5 /target/linux/orion/Makefile | |
parent | 0cb1b5d775eea0c1d03cf5353eebdf4856992c97 (diff) | |
download | upstream-5e29e14795ce09848dcdd30c1dc230bcf7c2f1fd.tar.gz upstream-5e29e14795ce09848dcdd30c1dc230bcf7c2f1fd.tar.bz2 upstream-5e29e14795ce09848dcdd30c1dc230bcf7c2f1fd.zip |
upgrade to 3.0
SVN-Revision: 27737
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 0d4a87db68..49e9ecb347 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-rc7 +LINUX_VERSION:=3.0 include $(INCLUDE_DIR)/target.mk |