diff options
author | P.Wassi <p.wassi at gmx.at> | 2016-05-11 09:35:24 +0200 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2016-05-12 03:29:36 +0200 |
commit | c855e70491fbd5d432915c4cbeb3b80f3a117e30 (patch) | |
tree | c36b901272e54962737eb861b79722aa229569ad /target/linux/ar71xx/base-files/etc/hotplug.d | |
parent | ffaaa6788a983a5eae0117d138a297df3f131869 (diff) | |
download | upstream-c855e70491fbd5d432915c4cbeb3b80f3a117e30.tar.gz upstream-c855e70491fbd5d432915c4cbeb3b80f3a117e30.tar.bz2 upstream-c855e70491fbd5d432915c4cbeb3b80f3a117e30.zip |
ar71xx: Rename unifiac to unifiac-lite
To avoid confusion with different unifiac devices, rename existing target
"unifiac" to "unifiac-lite", before "unifiac-pro" is introduced.
Signed-off-by: P.Wassi <p.wassi at gmx.at>
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, 1 insertions, 1 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 8fc3ab3cd4..3490129e25 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 @@ -76,7 +76,7 @@ case "$FIRMWARE" in ath10kcal_extract "ART" 20480 2116 ath10kcal_patch_mac $(macaddr_add $(cat /sys/class/net/eth0/address) +16) ;; - unifiac) + unifiac-lite) ath10kcal_extract "EEPROM" 20480 2116 ;; esac |