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:33:34 +0100 |
commit | 5dc535419fe5f59839686570545fc4180e14d545 (patch) | |
tree | a32efc982dab172fb60c7b2b6eee2984edb52de7 /target/linux | |
parent | 32287b39137eaa0d469a1e3716c74669cf29dff4 (diff) | |
download | upstream-5dc535419fe5f59839686570545fc4180e14d545.tar.gz upstream-5dc535419fe5f59839686570545fc4180e14d545.tar.bz2 upstream-5dc535419fe5f59839686570545fc4180e14d545.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>
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/ath79/generic/base-files/etc/hotplug.d/firmware/10-ath9k-eeprom | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ath79/generic/base-files/etc/hotplug.d/firmware/10-ath9k-eeprom b/target/linux/ath79/generic/base-files/etc/hotplug.d/firmware/10-ath9k-eeprom index 6a6484879a..f04fb64fc9 100644 --- a/target/linux/ath79/generic/base-files/etc/hotplug.d/firmware/10-ath9k-eeprom +++ b/target/linux/ath79/generic/base-files/etc/hotplug.d/firmware/10-ath9k-eeprom @@ -83,7 +83,7 @@ case "$FIRMWARE" in tplink,tl-wr842n-v1|\ ubnt,airrouter|\ ubnt,bullet-m|\ - ubnt,nano-m|\ + ubnt,nanostation-m|\ ubnt,rocket-m) caldata_extract "art" 0x1000 0x1000 ;; |