Skip to content

Commit

Permalink
mediatek: filogic: fix WiFi MAC address retrieval for Adtran SDG-8734
Browse files Browse the repository at this point in the history
Fix a typo in the MAC address assignment script affecting SDG-8734.

Fixes: c71b68a ("mediatek: filogic: add Adtran SmartRG Mount Stuart series")
Signed-off-by: Daniel Golle <[email protected]>
  • Loading branch information
dangowrt committed Sep 19, 2024
1 parent 2e6adf3 commit 72d88af
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 72d88af

Please sign in to comment.