openwrt/target/linux/ath79/generic/base-files/etc/board.d
Adrian Schmutzler d421a8b944 ath79: read label MAC address from flash instead of using phy0/phy1
This replaces all uses of $(cat /sys/class/ieee80211/phyX/macaddress)
by retrieval from the proper flash locations. This will make
02_network independent of WiFi setup again.

For future reference:

The MAC addresses of the FRITZ!WLAN Repeater 300E can be extracted
from the urlader key value store:

maca        *:6B
macb        *:6C
macwlan     *:6D
macdsl      *:6E

and be set by e.g.
addr=$(fritz_tffs -n maca -i $(find_mtd_part "tffs (1)"))

Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
2019-11-13 12:55:25 +01:00
..
01_leds ath79: add support for the TP-LINK CPE220 V3 2019-11-06 13:37:40 +01:00
02_network ath79: read label MAC address from flash instead of using phy0/phy1 2019-11-13 12:55:25 +01:00
03_gpio_switches ath79: add support for the TP-LINK CPE220 V3 2019-11-06 13:37:40 +01:00