diff options
author | Petr Štetiar <ynezz@true.cz> | 2022-12-04 08:08:24 +0100 |
---|---|---|
committer | Petr Štetiar <ynezz@true.cz> | 2022-12-04 08:16:49 +0100 |
commit | 97c77fff28cf001399f33c7bc1ec6687ba18450b (patch) | |
tree | e49acd53a87376f97e0f36d533e574a70b1f8316 /target/linux | |
parent | 8719f73fa2beddb259013801ca912b96fbc83543 (diff) | |
download | upstream-97c77fff28cf001399f33c7bc1ec6687ba18450b.tar.gz upstream-97c77fff28cf001399f33c7bc1ec6687ba18450b.tar.bz2 upstream-97c77fff28cf001399f33c7bc1ec6687ba18450b.zip |
Revert "mvebu: switch default kernel to 5.15"
This reverts commit 5429411f732ba76eced30b5b596ec9c0374d0965 as upstream
in commit e5f31552674e ("ethernet: fix PTP_1588_CLOCK dependencies") has
changed `PTP_1588_CLOCK` dependency handling in 5.15 kernel.
That currently leads to `CONFIG_NET_DSA_MV88E6XXX=m` in images produced
by buildbots due to `CONFIG_ALL_KMODS=y` config option being used in
those builds, which leads to a broken LAN bridge network on several
devices.
References: https://lists.infradead.org/pipermail/openwrt-devel/2022-December/039950.html
Signed-off-by: Petr Štetiar <ynezz@true.cz>
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/mvebu/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/target/linux/mvebu/Makefile b/target/linux/mvebu/Makefile index 2971f3fcaf..6a1e0f63f7 100644 --- a/target/linux/mvebu/Makefile +++ b/target/linux/mvebu/Makefile @@ -9,7 +9,8 @@ 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_PATCHVER:=5.10 +KERNEL_TESTING_PATCHVER:=5.15 include $(INCLUDE_DIR)/target.mk |