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:
parent
3cd2ff3150
commit
75c69935fd
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue