projects
/
openwrt
/
staging
/
stintel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1e375c8
)
Revert "Revert "mvebu: switch default kernel to 5.15""
author
Petr Štetiar
<ynezz@true.cz>
Mon, 19 Dec 2022 10:14:41 +0000
(11:14 +0100)
committer
Petr Štetiar
<ynezz@true.cz>
Tue, 20 Dec 2022 13:00:35 +0000
(14:00 +0100)
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>
target/linux/mvebu/Makefile
patch
|
blob
|
history
diff --git
a/target/linux/mvebu/Makefile
b/target/linux/mvebu/Makefile
index 6a1e0f63f70510baa1649d34445b8d390cdb4827..2971f3fcaf504a8297b6c1e78d6a543f92cc0319 100644
(file)
--- 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