diff options
| author | Rui Salvaterra | 2021-09-07 21:36:14 +0000 |
|---|---|---|
| committer | Paul Spooren | 2021-09-08 23:28:22 +0000 |
| commit | c9042202ad39e447a21afd91ec777bbc6cc8b72c (patch) | |
| tree | 9c222244dd5b22325ef001e1ec3459831f4c0342 | |
| parent | cdc646c03282b91d7e9518bb726f29c1de5d24fc (diff) | |
| download | openwrt-c9042202ad39e447a21afd91ec777bbc6cc8b72c.tar.gz | |
mvebu: switch to kernel 5.10
It's been brewing on my cortexa9 subtarget (Turris Omnia) for months.
Perfectly stable.
Signed-off-by: Rui Salvaterra <rsalvaterra@gmail.com>
Acked-by: Hauke Mehrtens <hauke@hauke-m.de>
[modify subject to match previous updates]
Signed-off-by: Paul Spooren <mail@aparcar.org>
| -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 3737a4aa23..d629e0eb2b 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 SUBTARGETS:=cortexa9 cortexa53 cortexa72 -KERNEL_PATCHVER:=5.4 -KERNEL_TESTING_PATCHVER:=5.10 +KERNEL_PATCHVER:=5.10 include $(INCLUDE_DIR)/target.mk |