summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristoph Krapp2025-11-22 19:25:29 +0000
committerRobert Marko2025-12-16 09:30:26 +0000
commitd4274a10f65d08ee4ecc113d0b0a9bdcbd7a542b (patch)
treeb2f6e0d1e045a15add9ff13b422b160ad750ae28
parent8e5cdd84eb9da36ad98b53e1da8cc30e9078be54 (diff)
downloadopenwrt-d4274a10f65d08ee4ecc113d0b0a9bdcbd7a542b.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> (cherry picked from commit 0f0f578d0af408ea14b001cac82a8c1996c6ada0)
-rw-r--r--target/linux/ipq40xx/base-files/etc/board.d/02_network1
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)