[openwrt/openwrt] mediatek: filogic: fix WiFi MAC address retrieval for Adtran SDG-8734
LEDE Commits
lede-commits at lists.infradead.org
Thu Sep 19 06:38:25 PDT 2024
dangole pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/72d88af43f1ea84403b5e052ca8478a0214c3db6
commit 72d88af43f1ea84403b5e052ca8478a0214c3db6
Author: Daniel Golle <daniel at makrotopia.org>
AuthorDate: Thu Sep 19 14:36:43 2024 +0100
mediatek: filogic: fix WiFi MAC address retrieval for Adtran SDG-8734
Fix a typo in the MAC address assignment script affecting SDG-8734.
Fixes: c71b68acdd ("mediatek: filogic: add Adtran SmartRG Mount Stuart series")
Signed-off-by: Daniel Golle <daniel at makrotopia.org>
---
.../mediatek/filogic/base-files/etc/hotplug.d/ieee80211/11_fix_wifi_mac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/target/linux/mediatek/filogic/base-files/etc/hotplug.d/ieee80211/11_fix_wifi_mac b/target/linux/mediatek/filogic/base-files/etc/hotplug.d/ieee80211/11_fix_wifi_mac
index ff9e9f881c..0b483bfa87 100644
--- a/target/linux/mediatek/filogic/base-files/etc/hotplug.d/ieee80211/11_fix_wifi_mac
+++ b/target/linux/mediatek/filogic/base-files/etc/hotplug.d/ieee80211/11_fix_wifi_mac
@@ -149,7 +149,7 @@ case "$board" in
[ "$PHYNBR" = "2" ] && macaddr_add $addr 4 > /sys${DEVPATH}/macaddress
;;
smartrg,sdg-8733|\
- smartrg,sdg-8634)
+ smartrg,sdg-8734)
addr=$(mmc_get_mac_ascii mfginfo MFG_MAC)
[ "$PHYNBR" = "0" ] && macaddr_add $addr 4 > /sys${DEVPATH}/macaddress
[ "$PHYNBR" = "1" ] && macaddr_add $addr a > /sys${DEVPATH}/macaddress
More information about the lede-commits
mailing list