diff options
author | John Crispin <blogic@openwrt.org> | 2015-08-17 06:04:02 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2015-08-17 06:04:02 +0000 |
commit | 606f64f48c000443463864641e9989939bdc2135 (patch) | |
tree | 838f8283d7ab62c503fdded7ad1593366f0684ec /target/linux/oxnas | |
parent | 46d4c7a7d0d49edaf79b8f92e9c1b54405e56157 (diff) | |
download | master-187ad058-606f64f48c000443463864641e9989939bdc2135.tar.gz master-187ad058-606f64f48c000443463864641e9989939bdc2135.tar.bz2 master-187ad058-606f64f48c000443463864641e9989939bdc2135.zip |
oxnas: switch to kernel 4.1
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@46637 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/oxnas')
-rw-r--r-- | target/linux/oxnas/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/oxnas/Makefile b/target/linux/oxnas/Makefile index 32bcab869b..2d244dbbd0 100644 --- a/target/linux/oxnas/Makefile +++ b/target/linux/oxnas/Makefile @@ -15,7 +15,7 @@ CPU_TYPE:=mpcore MAINTAINER:=Daniel Golle <daniel@makrotopia.org> -KERNEL_PATCHVER:=3.18 +KERNEL_PATCHVER:=4.1 include $(INCLUDE_DIR)/target.mk |