mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-03-14 23:09:45 +01:00
ath79: fix MAC addresses on MikroTik RB962UiGS-5HacT2HnT
The MikroTik RouterBOARD 962UiGS-5HacT2HnT (hAP ac) currently comes up
with random MAC addresses. Assign the MAC addresses from hard_config for
LAN and WAN ports.
Fixes: c2140e32ce ("ath79: add support for MikroTik RouterBOARD 962UiGS-5HacT2HnT (hAP ac)")
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Link: https://github.com/openwrt/openwrt/pull/20782
Signed-off-by: Robert Marko <robimarko@gmail.com>
This commit is contained in:
parent
6df060ba4a
commit
e811e6480a
1 changed files with 2 additions and 1 deletions
|
|
@ -84,7 +84,8 @@ ath79_setup_macs()
|
|||
;;
|
||||
mikrotik,routerboard-2011uias-2hnd|\
|
||||
mikrotik,routerboard-921gs-5hpacd-15s|\
|
||||
mikrotik,routerboard-922uags-5hpacd)
|
||||
mikrotik,routerboard-922uags-5hpacd|\
|
||||
mikrotik,routerboard-962uigs-5hact2hnt)
|
||||
label_mac="$mac_base"
|
||||
lan_mac="$mac_base"
|
||||
wan_mac=$(macaddr_add $mac_base 1)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue