Browse Source

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 <[email protected]>
Acked-by: Yousong Zhou <[email protected]>

Signed-off-by: Paul Spooren <[email protected]>
Paul Spooren 4 years ago
parent
commit
05b20d9a60
1 changed files with 1 additions and 2 deletions
  1. 1 2
      target/linux/malta/Makefile

+ 1 - 2
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