[openwrt/openwrt] ipq40xx: fix Netgear RBR40 wan mac

LEDE Commits lede-commits at lists.infradead.org
Tue Dec 16 01:29:39 PST 2025


robimarko pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/0f0f578d0af408ea14b001cac82a8c1996c6ada0

commit 0f0f578d0af408ea14b001cac82a8c1996c6ada0
Author: Christoph Krapp <achterin at gmail.com>
AuthorDate: Sat Nov 22 20:25:29 2025 +0100

    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 at gmail.com>
    Link: https://github.com/openwrt/openwrt/pull/20877
    Signed-off-by: Robert Marko <robimarko at gmail.com>
---
 target/linux/ipq40xx/base-files/etc/board.d/02_network | 1 +
 1 file changed, 1 insertion(+)

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)




More information about the lede-commits mailing list