diff options
author | Felix Fietkau <nbd@openwrt.org> | 2015-11-07 12:51:39 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2015-11-07 12:51:39 +0000 |
commit | ae7e7239b864c00b1e6c8b7856f1770a56c38c29 (patch) | |
tree | 61acfa6b6bae8bc5e316eb9a5c97188cb59db4c2 /target/linux/ar71xx/base-files/etc/hotplug.d | |
parent | 46f6626052e9a4da474db530f41508ef41915767 (diff) | |
download | upstream-ae7e7239b864c00b1e6c8b7856f1770a56c38c29.tar.gz upstream-ae7e7239b864c00b1e6c8b7856f1770a56c38c29.tar.bz2 upstream-ae7e7239b864c00b1e6c8b7856f1770a56c38c29.zip |
ar71xx: Add support for ZyXEL NBG6616.
Signed-off-by: Benjamin Berg <benjamin@sipsolutions.net>
SVN-Revision: 47405
Diffstat (limited to 'target/linux/ar71xx/base-files/etc/hotplug.d')
-rw-r--r-- | target/linux/ar71xx/base-files/etc/hotplug.d/firmware/11-ath10k-caldata | 2 |
1 files changed, 2 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 f53c853841..74c3417688 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 @@ -84,8 +84,10 @@ case "$FIRMWARE" in ath10kcal_extract "art" 20480 2116 ath10kcal_patch_mac $(macaddr_add $(cat /sys/class/net/eth1/address) -2) ;; + nbg6616 | \ nbg6716) ath10kcal_extract "RFdata" 20480 2116 + ath10kcal_patch_mac $(macaddr_add $(cat /sys/class/net/eth1/address) -2) ;; rb-911g-5hpacd) ath10kcal_from_file "/sys/firmware/routerboot/ext_wlan_data" 20480 2116 |