diff options
author | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2019-11-11 00:15:36 +0100 |
---|---|---|
committer | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2019-11-11 00:36:53 +0100 |
commit | cc598c91c1faa714565083c84cb0430712e9fcaa (patch) | |
tree | d5ee25f7bfcce3c9bb0b9318a9a9515497280ba6 | |
parent | 42aa51a89846def179f75d17ed1ecdd1f2e0d00a (diff) | |
download | upstream-cc598c91c1faa714565083c84cb0430712e9fcaa.tar.gz upstream-cc598c91c1faa714565083c84cb0430712e9fcaa.tar.bz2 upstream-cc598c91c1faa714565083c84cb0430712e9fcaa.zip |
ath79: fix identifier for Nanostation M in ath9k caldata extraction
When Nanostation M was renamed from ubnt,nano-m to ubnt,nanostation-m
in commit f1396ac753cc ("ath79: align naming of Ubiquiti Nanostation M"),
the caldata extraction in 10-ath9k-eeprom was overlooked.
Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
(cherry picked from commit 5dc535419fe5f59839686570545fc4180e14d545)
-rw-r--r-- | target/linux/ath79/base-files/etc/hotplug.d/firmware/10-ath9k-eeprom | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ath79/base-files/etc/hotplug.d/firmware/10-ath9k-eeprom b/target/linux/ath79/base-files/etc/hotplug.d/firmware/10-ath9k-eeprom index a063a3f9ca..bf9d8d94fd 100644 --- a/target/linux/ath79/base-files/etc/hotplug.d/firmware/10-ath9k-eeprom +++ b/target/linux/ath79/base-files/etc/hotplug.d/firmware/10-ath9k-eeprom @@ -172,7 +172,7 @@ case "$FIRMWARE" in tplink,tl-wr842n-v1|\ ubnt,airrouter|\ ubnt,bullet-m|\ - ubnt,nano-m|\ + ubnt,nanostation-m|\ ubnt,rocket-m) ath9k_eeprom_extract "art" 4096 4096 ;; |