ipq40xx: add missing backslash in 11-ath10k-caldata
This adds a missing backslash in the caldata-extraction script. Without this fix, caldata extraction fails for every device. Signed-off-by: David Bauer <mail@david-bauer.net>
This commit is contained in:
parent
7be79a3ab2
commit
6fd9eeeeb2
1 changed files with 1 additions and 1 deletions
|
@ -136,7 +136,7 @@ case "$FIRMWARE" in
|
||||||
openmesh,a42 |\
|
openmesh,a42 |\
|
||||||
openmesh,a62 |\
|
openmesh,a62 |\
|
||||||
qxwlan,e2600ac-c1 |\
|
qxwlan,e2600ac-c1 |\
|
||||||
qxwlan,e2600ac-c2 |
|
qxwlan,e2600ac-c2 |\
|
||||||
unielec,u4019-32m)
|
unielec,u4019-32m)
|
||||||
caldata_extract "0:ART" 0x5000 0x2f20
|
caldata_extract "0:ART" 0x5000 0x2f20
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Reference in a new issue