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 | 60146e29a5b305da4a56f8b17a041d258684b63a (patch) | |
tree | cbc4bcc7d7c4f07d4c7892f0478d5f6d7ac1024f /target/linux/orion/Makefile | |
parent | 66e7e303057b67d9466025c5c4d51e9e62d554a6 (diff) | |
download | upstream-60146e29a5b305da4a56f8b17a041d258684b63a.tar.gz upstream-60146e29a5b305da4a56f8b17a041d258684b63a.tar.bz2 upstream-60146e29a5b305da4a56f8b17a041d258684b63a.zip |
[orion]: upgrade to 3.0
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27737 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 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 |