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@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/18834
Signed-off-by: Robert Marko <robimarko@gmail.com>
This commit is contained in:
Alex Thompson 2025-05-18 22:10:04 +10:00 committed by Robert Marko
parent 3cd2ff3150
commit 75c69935fd

View file

@ -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
}