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/image
Adrian Schmutzler 07ce940b77 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

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.

Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
4 years ago
..
bin ath79: add support for PISEN WMB001N 5 years ago
lzma-loader ath79: move lzma-loader to the end of available RAM 4 years ago
Makefile ath79: move lzma-loader to the end of available RAM 4 years ago
common-buffalo.mk ath79: sort device definitions in image/* 5 years ago
common-mikrotik.mk ath79: add support for MikroTik RouterBOARD wAP G-5HacT2HnD 4 years ago
common-netgear.mk ath79: harmonize line breaks in image Makefiles 4 years ago
common-tp-link.mk ath79: remove usused TPLINK_BOARD_NAME variable for DEVICE_VARS 4 years ago
common-yuncore.mk ath79: add support for YunCore TFTP image generation 5 years ago
generic-tp-link.mk ath79: fix SUPPORTED_DEVICES not matching ar71xx board names 4 years ago
generic-ubnt.mk ath79: fix SUPPORTED_DEVICES not matching ar71xx board names 4 years ago
generic.mk ath79: fix SUPPORTED_DEVICES not matching ar71xx board names 4 years ago
nand.mk ath79: fix SUPPORTED_DEVICES for WNDR4300 and WNDR3700v4 4 years ago
tiny-netgear.mk ath79: rename ATH_SOC to SOC 4 years ago
tiny-tp-link.mk ath79: fix SUPPORTED_DEVICES not matching ar71xx board names 4 years ago
tiny.mk ath79: Do not build dlink_dir-615-e4 by default 4 years ago