Procházet zdrojové kódy

ipq806x: add missing semicolons for 10_fix_wifi_mac

Fix the syntax issue.

Fixes: 148f82ad4525 ("ipq806x: use nvmem for wifi mac")
Signed-off-by: Shiji Yang <[email protected]>
Link: https://github.com/openwrt/openwrt/pull/20446
Signed-off-by: Hauke Mehrtens <[email protected]>
Shiji Yang před 3 měsíci
rodič
revize
86b6b31247

+ 1 - 0
target/linux/ipq806x/base-files/etc/hotplug.d/ieee80211/10_fix_wifi_mac

@@ -20,6 +20,7 @@ case "$board" in
 	linksys,ea7500-v1 |\
 	linksys,ea8500)
 		macaddr_add $(mtd_get_mac_ascii devinfo hw_mac_addr) $(($PHYNBR + 1)) > /sys${DEVPATH}/macaddress
+		;;
 esac
 
 OPATH=${DEVPATH##/devices/platform/}