Ver Fonte

armsr: Use kernel 6.6 by default

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

Signed-off-by: Hauke Mehrtens <[email protected]>
Hauke Mehrtens há 1 ano atrás
pai
commit
00f7b252c5
1 ficheiros alterados com 1 adições e 2 exclusões
  1. 1 2
      target/linux/armsr/Makefile

+ 1 - 2
target/linux/armsr/Makefile

@@ -9,8 +9,7 @@ BOARDNAME:=Arm SystemReady (EFI) compliant
 FEATURES:=fpu pci pcie rtc usb boot-part rootfs-part
 FEATURES+=cpiogz ext4 ramdisk squashfs targz vmdk
 
-KERNEL_PATCHVER:=6.1
-KERNEL_TESTING_PATCHVER:=6.6
+KERNEL_PATCHVER:=6.6
 
 include $(INCLUDE_DIR)/target.mk