mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-01-28 01:17:30 +01:00
ipq40xx: fix Netgear RBR40 wan mac
The WAN port currently has the same MAC set as all the other LAN ports.
Fix this by adding the missing case in ipq40xx_setup_macs().
Signed-off-by: Christoph Krapp <achterin@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/20877
Signed-off-by: Robert Marko <robimarko@gmail.com>
(cherry picked from commit 0f0f578d0a)
This commit is contained in:
parent
8e5cdd84eb
commit
d4274a10f6
1 changed files with 1 additions and 0 deletions
|
|
@ -244,6 +244,7 @@ ipq40xx_setup_macs()
|
|||
lan_mac=$(cat /sys/firmware/mikrotik/hard_config/mac_base)
|
||||
label_mac="$lan_mac"
|
||||
;;
|
||||
netgear,rbr40|\
|
||||
netgear,rbr50|\
|
||||
netgear,srr60|\
|
||||
pakedge,wr-1)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue