diff options
author | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2020-02-19 23:34:41 +0100 |
---|---|---|
committer | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2020-02-19 23:34:41 +0100 |
commit | 060b58fd6ec650ea77006b3362cc3818a6222839 (patch) | |
tree | 85938c95224827ad6c0fd4cd8fa3d85dfa543a28 /target/linux/ath79 | |
parent | 6fdaf16dd0623db1a324d33fdf0bc1654365ee62 (diff) | |
download | upstream-060b58fd6ec650ea77006b3362cc3818a6222839.tar.gz upstream-060b58fd6ec650ea77006b3362cc3818a6222839.tar.bz2 upstream-060b58fd6ec650ea77006b3362cc3818a6222839.zip |
ath79: add label MAC address for Ubiquiti Picostation M (XM)
This adds the label MAC address for the Ubiquiti Picostation M (XM).
This was overlooked when adding support in the previous patch.
Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
Diffstat (limited to 'target/linux/ath79')
-rwxr-xr-x | target/linux/ath79/generic/base-files/etc/board.d/02_network | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ath79/generic/base-files/etc/board.d/02_network b/target/linux/ath79/generic/base-files/etc/board.d/02_network index 4891affe17..339cfd111f 100755 --- a/target/linux/ath79/generic/base-files/etc/board.d/02_network +++ b/target/linux/ath79/generic/base-files/etc/board.d/02_network @@ -430,6 +430,7 @@ ath79_setup_macs() ubnt,bullet-m|\ ubnt,nanostation-loco-m|\ ubnt,nanostation-m|\ + ubnt,picostation-m|\ ubnt,rocket-m|\ ubnt,unifi) label_mac=$(cat /sys/class/ieee80211/phy0/macaddress) |