Преглед изворни кода

malta: Use kernel 6.1 by default

All 4 subtargets are compiling fine and booting up in qemu.

Signed-off-by: Hauke Mehrtens <[email protected]>
Hauke Mehrtens пре 1 година
родитељ
комит
dfcf4498d1
1 измењених фајлова са 1 додато и 2 уклоњено
  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.15
-KERNEL_TESTING_PATCHVER:=6.1
+KERNEL_PATCHVER:=6.1
 
 include $(INCLUDE_DIR)/target.mk