diff options
author | John Crispin <blogic@openwrt.org> | 2014-12-05 00:20:50 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2014-12-05 00:20:50 +0000 |
commit | c2749301a6cef4d32c3bcc9138e4f750586d9a73 (patch) | |
tree | ad770e871128fd240b0d8009ae8ee12daca080a4 | |
parent | 64a0deb752d07d1d2a8766055886c921c0101deb (diff) | |
download | upstream-c2749301a6cef4d32c3bcc9138e4f750586d9a73.tar.gz upstream-c2749301a6cef4d32c3bcc9138e4f750586d9a73.tar.bz2 upstream-c2749301a6cef4d32c3bcc9138e4f750586d9a73.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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43521 3c298f89-4303-0410-b956-a3cf2f4a3e73
-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 |