diff options
author | Paul Spooren <mail@aparcar.org> | 2021-09-29 19:19:51 -1000 |
---|---|---|
committer | Paul Spooren <mail@aparcar.org> | 2021-10-01 10:36:24 -1000 |
commit | 05b20d9a6046d4736522bbc881644a31f0685470 (patch) | |
tree | d36c84bfc1fad9970e7088718586237e97f093c0 | |
parent | 16e83a7491bb038187e918273671894992ae003c (diff) | |
download | upstream-05b20d9a6046d4736522bbc881644a31f0685470.tar.gz upstream-05b20d9a6046d4736522bbc881644a31f0685470.tar.bz2 upstream-05b20d9a6046d4736522bbc881644a31f0685470.zip |
malta: switch to Kernel 5.10
Malta is a development and testing platform and should therefore use the
latest OpenWrt Kernel by default.
Acked-by: Rosen Penev <rosenp@gmail.com>
Acked-by: Yousong Zhou <yszhou4tech@gmail.com>
Signed-off-by: Paul Spooren <mail@aparcar.org>
-rw-r--r-- | target/linux/malta/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/target/linux/malta/Makefile b/target/linux/malta/Makefile index 6915fb357b..ab443fda09 100644 --- a/target/linux/malta/Makefile +++ b/target/linux/malta/Makefile @@ -10,8 +10,7 @@ SUBTARGETS:=le be le64 be64 INITRAMFS_EXTRA_FILES:= FEATURES:=cpiogz ext4 ramdisk squashfs targz -KERNEL_PATCHVER:=5.4 -KERNEL_TESTING_PATCHVER:=5.10 +KERNEL_PATCHVER:=5.10 include $(INCLUDE_DIR)/target.mk |