From 77800c03301a5d9d6bb5118c973dbfc335a8b152 Mon Sep 17 00:00:00 2001 From: Adrian Schmutzler Date: Sun, 6 Sep 2020 13:57:27 +0200 Subject: [PATCH] ath25: add back target support Discussion on the mailing list reveals that this target has active users. As we are finally able to upgrade this target to kernel 5.4, add it back to master. This reverts commit 7d29a5571403 ("ath25: drop target") and immediately moves the relevant files to 5.4, without touching the content. Signed-off-by: Adrian Schmutzler --- target/linux/ath25/Makefile | 2 +- target/linux/ath25/{config-4.14 => config-5.4} | 0 .../ath25/{patches-4.14 => patches-5.4}/107-ar5312_gpio.patch | 0 .../ath25/{patches-4.14 => patches-5.4}/108-ar2315_gpio.patch | 0 .../{patches-4.14 => patches-5.4}/110-ar2313_ethernet.patch | 0 .../ath25/{patches-4.14 => patches-5.4}/120-spiflash.patch | 0 .../ath25/{patches-4.14 => patches-5.4}/130-watchdog.patch | 0 .../{patches-4.14 => patches-5.4}/140-redboot_boardconfig.patch | 0 .../141-redboot_partition_scan.patch | 0 .../142-redboot_various_erase_size_fix.patch | 0 .../ath25/{patches-4.14 => patches-5.4}/210-reset_button.patch | 0 .../220-enet_micrel_workaround.patch | 0 .../ath25/{patches-4.14 => patches-5.4}/330-board_leds.patch | 0 13 files changed, 1 insertion(+), 1 deletion(-) rename target/linux/ath25/{config-4.14 => config-5.4} (100%) rename target/linux/ath25/{patches-4.14 => patches-5.4}/107-ar5312_gpio.patch (100%) rename target/linux/ath25/{patches-4.14 => patches-5.4}/108-ar2315_gpio.patch (100%) rename target/linux/ath25/{patches-4.14 => patches-5.4}/110-ar2313_ethernet.patch (100%) rename target/linux/ath25/{patches-4.14 => patches-5.4}/120-spiflash.patch (100%) rename target/linux/ath25/{patches-4.14 => patches-5.4}/130-watchdog.patch (100%) rename target/linux/ath25/{patches-4.14 => patches-5.4}/140-redboot_boardconfig.patch (100%) rename target/linux/ath25/{patches-4.14 => patches-5.4}/141-redboot_partition_scan.patch (100%) rename target/linux/ath25/{patches-4.14 => patches-5.4}/142-redboot_various_erase_size_fix.patch (100%) rename target/linux/ath25/{patches-4.14 => patches-5.4}/210-reset_button.patch (100%) rename target/linux/ath25/{patches-4.14 => patches-5.4}/220-enet_micrel_workaround.patch (100%) rename target/linux/ath25/{patches-4.14 => patches-5.4}/330-board_leds.patch (100%) diff --git a/target/linux/ath25/Makefile b/target/linux/ath25/Makefile index cb8b7ec1be..43ad2534f2 100644 --- a/target/linux/ath25/Makefile +++ b/target/linux/ath25/Makefile @@ -12,7 +12,7 @@ BOARDNAME:=Atheros AR231x/AR5312 FEATURES:=squashfs low_mem small_flash MAINTAINER:=Sergey Ryazanov -KERNEL_PATCHVER:=4.14 +KERNEL_PATCHVER:=5.4 define Target/Description Build firmware images for Atheros SoC boards diff --git a/target/linux/ath25/config-4.14 b/target/linux/ath25/config-5.4 similarity index 100% rename from target/linux/ath25/config-4.14 rename to target/linux/ath25/config-5.4 diff --git a/target/linux/ath25/patches-4.14/107-ar5312_gpio.patch b/target/linux/ath25/patches-5.4/107-ar5312_gpio.patch similarity index 100% rename from target/linux/ath25/patches-4.14/107-ar5312_gpio.patch rename to target/linux/ath25/patches-5.4/107-ar5312_gpio.patch diff --git a/target/linux/ath25/patches-4.14/108-ar2315_gpio.patch b/target/linux/ath25/patches-5.4/108-ar2315_gpio.patch similarity index 100% rename from target/linux/ath25/patches-4.14/108-ar2315_gpio.patch rename to target/linux/ath25/patches-5.4/108-ar2315_gpio.patch diff --git a/target/linux/ath25/patches-4.14/110-ar2313_ethernet.patch b/target/linux/ath25/patches-5.4/110-ar2313_ethernet.patch similarity index 100% rename from target/linux/ath25/patches-4.14/110-ar2313_ethernet.patch rename to target/linux/ath25/patches-5.4/110-ar2313_ethernet.patch diff --git a/target/linux/ath25/patches-4.14/120-spiflash.patch b/target/linux/ath25/patches-5.4/120-spiflash.patch similarity index 100% rename from target/linux/ath25/patches-4.14/120-spiflash.patch rename to target/linux/ath25/patches-5.4/120-spiflash.patch diff --git a/target/linux/ath25/patches-4.14/130-watchdog.patch b/target/linux/ath25/patches-5.4/130-watchdog.patch similarity index 100% rename from target/linux/ath25/patches-4.14/130-watchdog.patch rename to target/linux/ath25/patches-5.4/130-watchdog.patch diff --git a/target/linux/ath25/patches-4.14/140-redboot_boardconfig.patch b/target/linux/ath25/patches-5.4/140-redboot_boardconfig.patch similarity index 100% rename from target/linux/ath25/patches-4.14/140-redboot_boardconfig.patch rename to target/linux/ath25/patches-5.4/140-redboot_boardconfig.patch diff --git a/target/linux/ath25/patches-4.14/141-redboot_partition_scan.patch b/target/linux/ath25/patches-5.4/141-redboot_partition_scan.patch similarity index 100% rename from target/linux/ath25/patches-4.14/141-redboot_partition_scan.patch rename to target/linux/ath25/patches-5.4/141-redboot_partition_scan.patch diff --git a/target/linux/ath25/patches-4.14/142-redboot_various_erase_size_fix.patch b/target/linux/ath25/patches-5.4/142-redboot_various_erase_size_fix.patch similarity index 100% rename from target/linux/ath25/patches-4.14/142-redboot_various_erase_size_fix.patch rename to target/linux/ath25/patches-5.4/142-redboot_various_erase_size_fix.patch diff --git a/target/linux/ath25/patches-4.14/210-reset_button.patch b/target/linux/ath25/patches-5.4/210-reset_button.patch similarity index 100% rename from target/linux/ath25/patches-4.14/210-reset_button.patch rename to target/linux/ath25/patches-5.4/210-reset_button.patch diff --git a/target/linux/ath25/patches-4.14/220-enet_micrel_workaround.patch b/target/linux/ath25/patches-5.4/220-enet_micrel_workaround.patch similarity index 100% rename from target/linux/ath25/patches-4.14/220-enet_micrel_workaround.patch rename to target/linux/ath25/patches-5.4/220-enet_micrel_workaround.patch diff --git a/target/linux/ath25/patches-4.14/330-board_leds.patch b/target/linux/ath25/patches-5.4/330-board_leds.patch similarity index 100% rename from target/linux/ath25/patches-4.14/330-board_leds.patch rename to target/linux/ath25/patches-5.4/330-board_leds.patch