mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-01-28 03:37:17 +01:00
ipq806x: add missing semicolons for 10_fix_wifi_mac
Fix the syntax issue.
Fixes: 148f82ad45 ("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>
This commit is contained in:
parent
70dd565590
commit
86b6b31247
1 changed files with 1 additions and 0 deletions
|
|
@ -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/}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue