diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2015-04-12 20:45:55 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2015-04-12 20:45:55 +0000 |
commit | fb8d699ae7e3c612b447ee03db7aa334a5322c2f (patch) | |
tree | 1d146c1610d19faccb401d3340c21709f2b8a936 /target/linux/orion/Makefile | |
parent | 9bbfae07d665004c46db04aed1c99dd4d976f934 (diff) | |
download | upstream-fb8d699ae7e3c612b447ee03db7aa334a5322c2f.tar.gz upstream-fb8d699ae7e3c612b447ee03db7aa334a5322c2f.tar.bz2 upstream-fb8d699ae7e3c612b447ee03db7aa334a5322c2f.zip |
orion: upgrade to 3.18 (compile tested only)
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45405 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/orion/Makefile')
-rw-r--r-- | target/linux/orion/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/orion/Makefile b/target/linux/orion/Makefile index c83412d81c..58e74b8e4a 100644 --- a/target/linux/orion/Makefile +++ b/target/linux/orion/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2008-2013 OpenWrt.org +# Copyright (C) 2008-2015 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -13,7 +13,7 @@ FEATURES:=broken SUBTARGETS:=generic harddisk MAINTAINER:=Imre Kaloz <kaloz@openwrt.org> -KERNEL_PATCHVER:=3.10 +KERNEL_PATCHVER:=3.18 include $(INCLUDE_DIR)/target.mk |