diff options
| author | Stefan Kalscheuer | 2024-02-17 16:55:43 +0000 |
|---|---|---|
| committer | Petr Štetiar | 2024-02-18 11:14:12 +0000 |
| commit | 75f713fcc26a5a82312d57636667130bc93ad3ff (patch) | |
| tree | 316e8e04538cd440632413d7156670dbaa554c5a | |
| parent | 6b904fa95b50c1259954b2bff31fafe83290f182 (diff) | |
| download | wigyori-75f713fcc26a5a82312d57636667130bc93ad3ff.tar.gz | |
mvebu: switch to kernel 6.1
After a few months of testing it's time to move to 6.1 by default.
Signed-off-by: Stefan Kalscheuer <stefan@stklcode.de>
| -rw-r--r-- | target/linux/mvebu/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/target/linux/mvebu/Makefile b/target/linux/mvebu/Makefile index 9f5d374abd..316bf1dfa0 100644 --- a/target/linux/mvebu/Makefile +++ b/target/linux/mvebu/Makefile @@ -9,8 +9,7 @@ BOARDNAME:=Marvell EBU Armada FEATURES:=fpu usb pci pcie gpio nand squashfs ramdisk boot-part rootfs-part legacy-sdcard targz SUBTARGETS:=cortexa9 cortexa53 cortexa72 -KERNEL_PATCHVER:=5.15 -KERNEL_TESTING_PATCHVER:=6.1 +KERNEL_PATCHVER:=6.1 include $(INCLUDE_DIR)/target.mk |