[openwrt/openwrt] ath79: Mercury MW4530R v1 already uses nvmem-cells
LEDE Commits
lede-commits at lists.infradead.org
Thu Dec 15 06:46:51 PST 2022
chunkeey pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/783936c1f739b506cdd0f38376ac1fca96f0a418
commit 783936c1f739b506cdd0f38376ac1fca96f0a418
Author: Nick Hainke <vincent at systemli.org>
AuthorDate: Thu Dec 15 09:50:39 2022 +0100
ath79: Mercury MW4530R v1 already uses nvmem-cells
Remove the caldata extraction in userspace. The board already uses
nvmem-cells since
commit e354b01baf88 ("ath79: calibrate all ar9344 tl-WDRxxxx with nvmem")
Signed-off-by: Nick Hainke <vincent at systemli.org>
---
.../ath79/generic/base-files/etc/hotplug.d/firmware/10-ath9k-eeprom | 1 -
1 file changed, 1 deletion(-)
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 9ded116e9d..78d6f03876 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,6 @@ case "$FIRMWARE" in
;;
"ath9k-eeprom-pci-0000:00:00.0.bin")
case $board in
- mercury,mw4530r-v1|\
ocedo,raccoon|\
ubnt,unifi-ap-pro|\
winchannel,wb2000)
More information about the lede-commits
mailing list