]> git.ipfire.org Git - thirdparty/openwrt.git/commitdiff
ipq806x: add missing semicolons for 10_fix_wifi_mac 20446/head
authorShiji Yang <yangshiji66@outlook.com>
Sat, 18 Oct 2025 11:59:06 +0000 (19:59 +0800)
committerHauke Mehrtens <hauke@hauke-m.de>
Sun, 19 Oct 2025 17:44:54 +0000 (19:44 +0200)
Fix the syntax issue.

Fixes: 148f82ad4525 ("ipq806x: use nvmem for wifi mac")
Signed-off-by: Shiji Yang <yangshiji66@outlook.com>
Link: https://github.com/openwrt/openwrt/pull/20446
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
target/linux/ipq806x/base-files/etc/hotplug.d/ieee80211/10_fix_wifi_mac

index ee641fc24cee3cde146a66929b001c109c87bb10..52cb55ab50e45e1cf8c4aa3ea251c15483bf1d56 100644 (file)
@@ -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/}