From 5deb3996e249e15bb5711695c917641a1490670a Mon Sep 17 00:00:00 2001 From: Sergey Ryazanov Date: Sun, 19 Dec 2021 17:31:53 +0300 Subject: ath25: add kernel 5.10 support Copy and refresh patches and config from 5.4 to 5.10. Most patches require no more then automatic refresh. The only exception is the Ethernet driver patch, which requires some more work: * drop eth_change_mtu() usage since it was removed from the kernel, it anyway useless for drivers that utilizes alloc_etherdev(); * add the txqueue number argument to the .ndo_tx_timeout callback function; * replace ioremap_nocache() which was finally removed from the kernel by the ioremap() with the same behaviour. Switch target to the new kernel version. Signed-off-by: Daniel Golle [use KERNEL_TESTING_PATCHVER for now] Signed-off-by: Sergey Ryazanov --- target/linux/ath25/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'target/linux/ath25/Makefile') diff --git a/target/linux/ath25/Makefile b/target/linux/ath25/Makefile index 1d8bee507b..c714edeaaa 100644 --- a/target/linux/ath25/Makefile +++ b/target/linux/ath25/Makefile @@ -10,6 +10,7 @@ BOARDNAME:=Atheros AR231x/AR5312 FEATURES:=squashfs low_mem small_flash KERNEL_PATCHVER:=5.4 +KERNEL_TESTING_PATCHVER:=5.10 define Target/Description Build firmware images for Atheros SoC boards -- cgit v1.2.3