diff options
author | John Crispin <john@openwrt.org> | 2015-08-17 06:04:02 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2015-08-17 06:04:02 +0000 |
commit | 9b94521a461edea08621b945459904ed40bc7dcc (patch) | |
tree | cd5c6ea81f261f19f70e1af241265abab78722ae /target/linux/oxnas/Makefile | |
parent | 7261fde797e1b63f032af4e7b5ac9eebc66c4a31 (diff) | |
download | upstream-9b94521a461edea08621b945459904ed40bc7dcc.tar.gz upstream-9b94521a461edea08621b945459904ed40bc7dcc.tar.bz2 upstream-9b94521a461edea08621b945459904ed40bc7dcc.zip |
oxnas: switch to kernel 4.1
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
SVN-Revision: 46637
Diffstat (limited to 'target/linux/oxnas/Makefile')
-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 |