ath25: add back target support
authorAdrian Schmutzler <freifunk@adrianschmutzler.de>
Sun, 6 Sep 2020 11:57:27 +0000 (13:57 +0200)
committerAdrian Schmutzler <freifunk@adrianschmutzler.de>
Sun, 6 Sep 2020 17:49:05 +0000 (19:49 +0200)
commit081e944be6684bf5c4ee7c9fa2683d568d5be288
tree9f1942be74e4faef66c1fd8dee9b15dcc2b33d87
parent8938711223842facfd9a2a36ca4c589665c2c0ca
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 <freifunk@adrianschmutzler.de>
20 files changed:
package/kernel/mac80211/ath.mk
target/linux/ath25/Makefile [new file with mode: 0644]
target/linux/ath25/base-files/etc/board.d/01_leds [new file with mode: 0755]
target/linux/ath25/base-files/etc/board.d/02_network [new file with mode: 0755]
target/linux/ath25/base-files/lib/preinit/15_preinit_iface_atheros [new file with mode: 0644]
target/linux/ath25/base-files/lib/upgrade/platform.sh [new file with mode: 0644]
target/linux/ath25/config-5.4 [new file with mode: 0644]
target/linux/ath25/image/Makefile [new file with mode: 0644]
target/linux/ath25/patches-5.4/107-ar5312_gpio.patch [new file with mode: 0644]
target/linux/ath25/patches-5.4/108-ar2315_gpio.patch [new file with mode: 0644]
target/linux/ath25/patches-5.4/110-ar2313_ethernet.patch [new file with mode: 0644]
target/linux/ath25/patches-5.4/120-spiflash.patch [new file with mode: 0644]
target/linux/ath25/patches-5.4/130-watchdog.patch [new file with mode: 0644]
target/linux/ath25/patches-5.4/140-redboot_boardconfig.patch [new file with mode: 0644]
target/linux/ath25/patches-5.4/141-redboot_partition_scan.patch [new file with mode: 0644]
target/linux/ath25/patches-5.4/142-redboot_various_erase_size_fix.patch [new file with mode: 0644]
target/linux/ath25/patches-5.4/210-reset_button.patch [new file with mode: 0644]
target/linux/ath25/patches-5.4/220-enet_micrel_workaround.patch [new file with mode: 0644]
target/linux/ath25/patches-5.4/330-board_leds.patch [new file with mode: 0644]
target/linux/ath25/profiles/00-default.mk [new file with mode: 0644]