[openwrt/openwrt] mediatek: add missing ';;' in shell switch case block

LEDE Commits lede-commits at lists.infradead.org
Tue May 28 15:51:52 PDT 2024


dangole pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/4f078bf3775e50c4f9c166be6305ebf48ad799dc

commit 4f078bf3775e50c4f9c166be6305ebf48ad799dc
Author: Daniel Golle <daniel at makrotopia.org>
AuthorDate: Tue May 28 23:50:15 2024 +0100

    mediatek: add missing ';;' in shell switch case block
    
    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 at makrotopia.org>
---
 .../mediatek/filogic/base-files/etc/hotplug.d/ieee80211/11_fix_wifi_mac  | 1 +
 1 file changed, 1 insertion(+)

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 e992eaa604..90142b7fef 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
@@ -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)




More information about the lede-commits mailing list