ath79: fix wrong mac address for ecb1xx0
0db4f9785c
changed the variable name from athaddr to ethaddr. Restore. Fixes:0db4f9785c
("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…
Reference in New Issue