diff options
| author | Hauke Mehrtens | 2024-05-26 21:59:39 +0000 |
|---|---|---|
| committer | Hauke Mehrtens | 2024-05-30 20:44:57 +0000 |
| commit | 00f7b252c57d60a965ccdc162f4a32108d2f896c (patch) | |
| tree | 40f76154806efdbf59daf9b4ac34a89567edb059 | |
| parent | a1a9572f43776c3fed46c4545e93fbbb25d923c2 (diff) | |
| download | openwrt-00f7b252c57d60a965ccdc162f4a32108d2f896c.tar.gz | |
armsr: Use kernel 6.6 by default
All 2 subtargets are compiling fine and booting up in qemu.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
| -rw-r--r-- | target/linux/armsr/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/target/linux/armsr/Makefile b/target/linux/armsr/Makefile index c2e57e52da..02b0eda607 100644 --- a/target/linux/armsr/Makefile +++ b/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 |