[openwrt/openwrt] qualcommax: TP-Link EAP620HD fix factory data
LEDE Commits
lede-commits at lists.infradead.org
Sun May 18 07:18:45 PDT 2025
robimarko pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/75c69935fd1a83ef9a107990cbc041c6e795bb84
commit 75c69935fd1a83ef9a107990cbc041c6e795bb84
Author: Alex Thompson <thompson.alex.c at gmail.com>
AuthorDate: Sun May 18 22:10:04 2025 +1000
qualcommax: TP-Link EAP620HD fix factory data
The re-factoring of the preinit factory partition mount script used the
incorrect mtd name for the EAP620HD and (I assume incorrect) for EAP660HD.
This corrects it to "factory_data".
Signed-off-by: Alex Thompson <thompson.alex.c at gmail.com>
Link: https://github.com/openwrt/openwrt/pull/18834
Signed-off-by: Robert Marko <robimarko at gmail.com>
---
.../qualcommax/ipq807x/base-files/lib/preinit/09_mount_factory_data | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/target/linux/qualcommax/ipq807x/base-files/lib/preinit/09_mount_factory_data b/target/linux/qualcommax/ipq807x/base-files/lib/preinit/09_mount_factory_data
index 4e7071155a..fb4710ace1 100644
--- a/target/linux/qualcommax/ipq807x/base-files/lib/preinit/09_mount_factory_data
+++ b/target/linux/qualcommax/ipq807x/base-files/lib/preinit/09_mount_factory_data
@@ -24,7 +24,7 @@ preinit_mount_factory_partitions() {
;;
tplink,eap620hd-v1|\
tplink,eap660hd-v1)
- preinit_mount_factory_data "tp_data"
+ preinit_mount_factory_data "factory_data"
;;
esac
}
More information about the lede-commits
mailing list