diff options
author | John Crispin <john@openwrt.org> | 2014-12-05 00:20:50 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2014-12-05 00:20:50 +0000 |
commit | dcc20e525b7b7814f45f542c9503175db67d40e5 (patch) | |
tree | a4c12c33fae2d249034bfae350bf1a108ab21091 /target | |
parent | e553dfc356b7087e362f0daa283239ee01ae81f5 (diff) | |
download | upstream-dcc20e525b7b7814f45f542c9503175db67d40e5.tar.gz upstream-dcc20e525b7b7814f45f542c9503175db67d40e5.tar.bz2 upstream-dcc20e525b7b7814f45f542c9503175db67d40e5.zip |
oxnas: switch back to kernel 3.14
3.18 still got problems with stuck reboots if rootfs is ubifs...
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
SVN-Revision: 43521
Diffstat (limited to 'target')
-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 2a99f518d7..d957fcab5c 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:=3.14 include $(INCLUDE_DIR)/target.mk |