From b5a1dacd5b80320f0c790f4d1963b14ad8da1fb0 Mon Sep 17 00:00:00 2001 From: Adrian Schmutzler Date: Mon, 11 Nov 2019 00:15:36 +0100 Subject: [PATCH] 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 (cherry picked from commit 5dc535419fe5f59839686570545fc4180e14d545) --- .../ath79/base-files/etc/hotplug.d/firmware/10-ath9k-eeprom | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 f2b1433448..9808e66eee 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 ;; -- 2.25.1