mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-30 08:04:10 +00:00
ath79: fix wrong mac address for ecb1xx0
0db4f9785ca30f79fa1abbffb0fab5a6053f68f5 changed the variable name from athaddr to ethaddr. Restore. Fixes: 0db4f9785ca3 ("ath79: convert ath10k calibration data to NVMEM (ASCII MAC)") Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
parent
6b03050192
commit
932808ebde
@ -55,7 +55,7 @@ case "$board" in
|
||||
engenius,ecb1200|\
|
||||
engenius,ecb1750)
|
||||
[ "$PHYNBR" -eq 0 ] && \
|
||||
mtd_get_mac_ascii u-boot-env ethaddr > /sys${DEVPATH}/macaddress
|
||||
mtd_get_mac_ascii u-boot-env athaddr > /sys${DEVPATH}/macaddress
|
||||
;;
|
||||
engenius,epg5000|\
|
||||
engenius,esr1200|\
|
||||
|
Loading…
x
Reference in New Issue
Block a user