You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openwrt/target/linux/ath79
Adrian Schmutzler 47935940d6 ath79: fix SUPPORTED_DEVICES not matching ar71xx board names
Based on a script for comparison, this fixes (hopefully) all errors
in SUPPORTED_DEVICES for ar71xx->ath79 upgrade.

Devices where old string is removed as the device does not exist
in ar71xx:
- dlink_dir-859-a1
- tplink_archer-a7-v5
- tplink_cpe510-v3 [only in master]

Devices where string is changed because it did not match the board
name in ar71xx:
- tplink_tl-mr3220-v1
- tplink_tl-mr3420-v1
- tplink_tl-wr2543-v1
- tplink_tl-wr741nd-v4
- tplink_tl-wr841-v7
- ubnt_unifiac-mesh
- ubnt_unifiac-mesh-pro
- ubnt_unifiac-pro

For this device, the correct string could not be found, but we could
not determine the correct one. Thus, the string is removed for now:
- tplink_tl-wr740n-v4

The script for checking this is quite simple (note that newer
entries, i.e. ath79->ath79 upgrade, are displayed as missing):

  newpath=target/linux/ath79/image/
  oldpath=target/linux/ar71xx/base-files/lib/ar71xx.sh

  for s in $(grep -roh "SUPPORTED_DEVICES.*" $newpath | sed 's/SUPPORTED_DEVICES *.= *//'); do
    found="Missing"
    grep -q -r "\"$s\"" $oldpath && found="Found"
    echo "$s: $found."
  done

The errors might be filtered by appending 'grep "Missing"' to the script.

Fixes: FS#2751

Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
(cherry picked from commit 07ce940b77)
4 years ago
..
base-files ath79: add support for TP-Link TL-WR841N/ND v12 4 years ago
dts ath79: add support for TP-Link TL-WR841N/ND v12 4 years ago
files ar71xx/ath79: ag71xx: dont fetch the same var again 5 years ago
generic ath79: add support for jjPlus JA76PF2 5 years ago
image ath79: fix SUPPORTED_DEVICES not matching ar71xx board names 4 years ago
nand treewide: use wpad-basic for not small flash targets 6 years ago
patches-4.14 kernel: bump 4.14 to 4.14.167 4 years ago
tiny treewide: use wpad-basic for not small flash targets 6 years ago
Makefile Revert "ath79: make target source-only" 5 years ago
config-4.14 ath79: add support for D-Link DIR-859 A1 6 years ago
modules.mk ath79: add new OF only target for QCA MIPS silicon 6 years ago