diff options
author | Petr Štetiar <ynezz@true.cz> | 2022-12-19 11:14:41 +0100 |
---|---|---|
committer | Petr Štetiar <ynezz@true.cz> | 2022-12-20 14:00:35 +0100 |
commit | 5f973c1eefa91050f2659c29a276284a7793985b (patch) | |
tree | a8cd272275f5f5579291ceb4015b76a0711becdf /target/linux | |
parent | 1e375c8fbd6a3259ffbbbde13eb0c106bedbcd1c (diff) | |
download | upstream-5f973c1eefa91050f2659c29a276284a7793985b.tar.gz upstream-5f973c1eefa91050f2659c29a276284a7793985b.tar.bz2 upstream-5f973c1eefa91050f2659c29a276284a7793985b.zip |
Revert "Revert "mvebu: switch default kernel to 5.15""
This reverts commit 97c77fff28cf001399f33c7bc1ec6687ba18450b as commit
8be6350f6646 ("generic: 5.15: allow MV88E6xxx built-in when PTP support
disabled") contains the fix, so lets enable kernel 5.15 on mvebu again.
Signed-off-by: Petr Štetiar <ynezz@true.cz>
Diffstat (limited to 'target/linux')
-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 6a1e0f63f7..2971f3fcaf 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.10 -KERNEL_TESTING_PATCHVER:=5.15 +KERNEL_PATCHVER:=5.15 include $(INCLUDE_DIR)/target.mk |