diff options
author | Sven Eckelmann <sven.eckelmann@open-mesh.com> | 2016-05-20 17:53:18 +0200 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2016-05-23 12:19:26 +0200 |
commit | c4e3706533eb5692307c6f7bae88b0379016dd4f (patch) | |
tree | 99486873f458f8f5c23ca5790a7282d7dfb1d18b /target/linux/ar71xx/base-files | |
parent | 3f508fce77fb686576142e927a6a65040f15c2f2 (diff) | |
download | upstream-c4e3706533eb5692307c6f7bae88b0379016dd4f.tar.gz upstream-c4e3706533eb5692307c6f7bae88b0379016dd4f.tar.bz2 upstream-c4e3706533eb5692307c6f7bae88b0379016dd4f.zip |
ar71xx: extract ath10k wifi board.bin for the OpenMesh MR1750v2 board
Signed-off-by: Sven Eckelmann <sven.eckelmann@open-mesh.com>
Diffstat (limited to 'target/linux/ar71xx/base-files')
-rw-r--r-- | target/linux/ar71xx/base-files/etc/hotplug.d/firmware/11-ath10k-caldata | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ar71xx/base-files/etc/hotplug.d/firmware/11-ath10k-caldata b/target/linux/ar71xx/base-files/etc/hotplug.d/firmware/11-ath10k-caldata index d925a852d6..0e93feb19c 100644 --- a/target/linux/ar71xx/base-files/etc/hotplug.d/firmware/11-ath10k-caldata +++ b/target/linux/ar71xx/base-files/etc/hotplug.d/firmware/11-ath10k-caldata @@ -72,6 +72,7 @@ case "$FIRMWARE" in ath10kcal_patch_mac $(macaddr_add $(cat /sys/class/net/eth0/address) +1) ;; mr1750 | \ + mr1750v2 | \ om5p-acv2) ath10kcal_extract "ART" 20480 2116 ath10kcal_patch_mac $(macaddr_add $(cat /sys/class/net/eth0/address) +16) |