mediatek: add missing ';;' in shell switch case block main master
authorDaniel Golle <daniel@makrotopia.org>
Tue, 28 May 2024 22:50:15 +0000 (23:50 +0100)
committerDaniel Golle <daniel@makrotopia.org>
Tue, 28 May 2024 22:51:38 +0000 (23:51 +0100)
Add missing ';;' to the end of shell switch case statement.

Fixes: c71b68acdd ("mediatek: filogic: add Adtran SmartRG Mount Stuart series")
Reported-by: @gl-dude
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
target/linux/mediatek/filogic/base-files/etc/hotplug.d/ieee80211/11_fix_wifi_mac

index e992eaa6045fb00f02d86623b13be1b249fb6d2a..90142b7fef25fa170ec9a6b5ccb1e6159e657913 100644 (file)
@@ -142,6 +142,7 @@ case "$board" in
                [ "$PHYNBR" = "0" ] && macaddr_add $addr 4 > /sys${DEVPATH}/macaddress
                [ "$PHYNBR" = "1" ] && macaddr_add $addr a > /sys${DEVPATH}/macaddress
                [ "$PHYNBR" = "2" ] && macaddr_add $addr 6 > /sys${DEVPATH}/macaddress
+               ;;
        tplink,tl-xdr4288|\
        tplink,tl-xdr6086|\
        tplink,tl-xdr6088)