aps: Key uci-defaults off phy macaddress
This commit is contained in:
parent
bee056f4cd
commit
c8786aa376
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
set -e
|
||||
set -u
|
||||
|
||||
mac=$(cat /sys/class/net/wlan0/address)
|
||||
mac=$(cat /sys/class/ieee80211/phy0/macaddress)
|
||||
|
||||
hostname=
|
||||
channel_11a=
|
||||
|
|
Loading…
Reference in a new issue