diff options
author | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2019-07-09 13:05:46 +0200 |
---|---|---|
committer | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2019-08-27 10:31:06 +0200 |
commit | 10671619dc42c9f5fb22a48bfcdeaa4ea76eb8fa (patch) | |
tree | 6e548cedb030092f351a61d96598e04622f9ae73 /target/linux/ath79 | |
parent | 3a2bdf91bf6c902a3698243938cf286bddd0bc28 (diff) | |
download | upstream-10671619dc42c9f5fb22a48bfcdeaa4ea76eb8fa.tar.gz upstream-10671619dc42c9f5fb22a48bfcdeaa4ea76eb8fa.tar.bz2 upstream-10671619dc42c9f5fb22a48bfcdeaa4ea76eb8fa.zip |
ath79: Fix whitespace errors in 11-ath10k-caldata
Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
(cherry picked from commit 1174b94bc98db9730cec8501397cf997b6f7b35c)
Diffstat (limited to 'target/linux/ath79')
-rw-r--r-- | target/linux/ath79/base-files/etc/hotplug.d/firmware/11-ath10k-caldata | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/ath79/base-files/etc/hotplug.d/firmware/11-ath10k-caldata b/target/linux/ath79/base-files/etc/hotplug.d/firmware/11-ath10k-caldata index 60b9f0b3a4..7528199262 100644 --- a/target/linux/ath79/base-files/etc/hotplug.d/firmware/11-ath10k-caldata +++ b/target/linux/ath79/base-files/etc/hotplug.d/firmware/11-ath10k-caldata @@ -154,10 +154,10 @@ case "$FIRMWARE" in ath10kcal_extract "art" 20480 2116 ath10kcal_patch_mac $(macaddr_add $(mtd_get_mac_binary u-boot 0x1fc00) -1) ;; - tplink,archer-d50-v1) + tplink,archer-d50-v1) ath10kcal_extract "art" 20480 2116 ath10kcal_patch_mac $(macaddr_add $(mtd_get_mac_binary romfile 0xf100) +2) - ;; + ;; tplink,re350k-v1) ath10kcal_extract "art" 20480 2116 ath10kcal_patch_mac $(macaddr_add $(mtd_get_mac_binary config 0x10008) +2) |