Re: [OpenWrt-Devel] [PATCH 1/2] ramips: read label MAC address from flash instead of using phy0/phy1

2019-11-10 Thread mail
> diff --git a/target/linux/ramips/mt7621/base-files/etc/board.d/02_network > b/target/linux/ramips/mt7621/base-files/etc/board.d/02_network > index ae03dc71b1..0de3804cdb 100755 > --- a/target/linux/ramips/mt7621/base-files/etc/board.d/02_network > +++

[OpenWrt-Devel] [PATCH 1/2] ramips: read label MAC address from flash instead of using phy0/phy1

2019-11-10 Thread Adrian Schmutzler
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. Signed-off-by: Adrian Schmutzler --- .../linux/ramips/mt7620/base-files/etc/board.d/02_network | 6 +++---