diff options
| author | Christoph Krapp | 2025-11-22 19:25:29 +0000 |
|---|---|---|
| committer | Robert Marko | 2025-12-16 09:29:32 +0000 |
| commit | 0f0f578d0af408ea14b001cac82a8c1996c6ada0 (patch) | |
| tree | c75494239df5dcf427706ab9503f6e7dfe404055 | |
| parent | 314dbb7fec81c8fbadf22f87837ae98dbd268a29 (diff) | |
| download | openwrt-0f0f578d0af408ea14b001cac82a8c1996c6ada0.tar.gz | |
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>
| -rw-r--r-- | target/linux/ipq40xx/base-files/etc/board.d/02_network | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ipq40xx/base-files/etc/board.d/02_network b/target/linux/ipq40xx/base-files/etc/board.d/02_network index 29c437037d..9b1ea2994a 100644 --- a/target/linux/ipq40xx/base-files/etc/board.d/02_network +++ b/target/linux/ipq40xx/base-files/etc/board.d/02_network @@ -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) |