ath79: add leds migrations for archer-c7-v5

ar71xx uses `archer-c7-v5` for led prefix, but ath79 sticks to more
generic `tplink` as the DTS is reused by more boards, so we need to
perform migrations of the LED names during upgrade.

Cc: Adrian Schmutzler <freifunk@adrianschmutzler.de>
Signed-off-by: Petr Štetiar <ynezz@true.cz>
openwrt-19.07
Petr Štetiar 2019-05-17 13:52:20 +02:00
parent 73b21559ce
commit 4318bba0e9
1 changed files with 3 additions and 0 deletions

View File

@ -9,6 +9,9 @@ case "$board" in
engenius,epg5000)
migrate_leds ":wlan-2g=:wlan2g" ":wlan-5g=:wlan5g"
;;
tplink,archer-c7-v5)
migrate_leds "archer-c7-v5:=tp-link:"
;;
esac
migrations_apply system