diff options
author | Daniel Golle <daniel@makrotopia.org> | 2020-03-12 10:25:21 +0100 |
---|---|---|
committer | Daniel Golle <daniel@makrotopia.org> | 2020-03-12 10:27:04 +0100 |
commit | f39230e4636c1003cf8cb2d739cd95a4344609b4 (patch) | |
tree | 525ffab518a009843b5f26dccc07b1dcbb54e13e /target/linux/oxnas/Makefile | |
parent | 7f059af7a6dc71b67220272aa2681ccfdc3fa6e7 (diff) | |
download | upstream-f39230e4636c1003cf8cb2d739cd95a4344609b4.tar.gz upstream-f39230e4636c1003cf8cb2d739cd95a4344609b4.tar.bz2 upstream-f39230e4636c1003cf8cb2d739cd95a4344609b4.zip |
oxnas: switch to kernel 5.4 and remove kernel 4.14
Run-tested 5.4 on Shuttle KD20 for some days now, everything seems
fine so far. Let's have snapshot builds based on 5.4.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Diffstat (limited to 'target/linux/oxnas/Makefile')
-rw-r--r-- | target/linux/oxnas/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/target/linux/oxnas/Makefile b/target/linux/oxnas/Makefile index 2f9b9f4546..c44f844b9c 100644 --- a/target/linux/oxnas/Makefile +++ b/target/linux/oxnas/Makefile @@ -9,8 +9,7 @@ DEVICE_TYPE:=nas MAINTAINER:=Daniel Golle <daniel@makrotopia.org> -KERNEL_PATCHVER:=4.14 -KERNEL_TESTING_PATCHVER:=5.4 +KERNEL_PATCHVER:=5.4 include $(INCLUDE_DIR)/target.mk |