From e6956d528c8c7d0e091c5f987d39bdbaf108746d Mon Sep 17 00:00:00 2001 From: John Crispin Date: Fri, 24 Jul 2015 08:58:12 +0000 Subject: ar71xx: add support for the devolo dLAN pro 1200+ WiFi ac MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Backport of r46342 Signed-off-by: Günther Kelleter git-svn-id: svn://svn.openwrt.org/openwrt/branches/chaos_calmer@46444 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- .../ar71xx/base-files/etc/hotplug.d/firmware/11-ath10k-caldata | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'target/linux/ar71xx/base-files/etc/hotplug.d/firmware/11-ath10k-caldata') 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 164d3abd39..c827e31442 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 @@ -34,6 +34,14 @@ case "$FIRMWARE" in esac ;; +"ath10k/cal-pci-0000:00:00.0.bin") + case $board in + dlan-pro-1200-ac) + ath10kcal_from_file $(find_mtd_part "art") 20480 $ath10kcal_tmp + ;; + esac + ;; + *) exit 1 ;; -- cgit v1.2.3