From ba6096d04b4f7a40aec339e7bf3f7b5842ae3cac Mon Sep 17 00:00:00 2001 From: Olliver Schinagl Date: Tue, 20 Sep 2022 12:01:48 +0200 Subject: ath79: Convert incorrect 5.10 and 5.15 patches OpenWRT's developer guide prefers having actual patches so they an be sent upstream more easily. However, in this case, Adding proper fields also allows for `git am` to properly function. Some of these patches are quite old, and lack much traceable history. This commit tries to rectify that, by digging in the history to find where and how it was first added. It is by no means perfect and also shows some patches that should have been long gone. Signed-off-by: Olliver Schinagl --- .../ath79/patches-5.15/420-net-use-downstream-ag71xx.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'target/linux/ath79/patches-5.15/420-net-use-downstream-ag71xx.patch') diff --git a/target/linux/ath79/patches-5.15/420-net-use-downstream-ag71xx.patch b/target/linux/ath79/patches-5.15/420-net-use-downstream-ag71xx.patch index 7a1a03430d..54e64fb11c 100644 --- a/target/linux/ath79/patches-5.15/420-net-use-downstream-ag71xx.patch +++ b/target/linux/ath79/patches-5.15/420-net-use-downstream-ag71xx.patch @@ -1,3 +1,16 @@ +From: John Crispin +Subject: [PATCH] ath79: add new OF only target for QCA MIPS silicon + +This target aims to replace ar71xx mid-term. The big part that is still +missing is making the MMIO/AHB wifi work using OF. NAND and mikrotik +subtargets will follow. + +Submitted-by: John Crispin +--- + drivers/net/ethernet/atheros/Kconfig | 8 +------- + drivers/net/ethernet/atheros/Makefile | 2 +- + 2 files changed, 2 insertions(+), 8 deletions(-) + --- a/drivers/net/ethernet/atheros/Kconfig +++ b/drivers/net/ethernet/atheros/Kconfig @@ -17,14 +17,7 @@ config NET_VENDOR_ATHEROS -- cgit v1.2.3