ipq807x: Support OAP102

Fixes: WIFI-12794
Signed-off-by: Tanya Singh <tanya_singh@accton.com>
This commit is contained in:
Tanya Singh
2023-10-02 12:55:05 +02:00
committed by John Crispin
parent 11bc8c143e
commit e185a49c5b
23 changed files with 1726 additions and 11 deletions

View File

@@ -26,6 +26,7 @@ platform_check_image() {
cig,wf194c4|\
cig,wf196|\
edgecore,eap102|\
edgecore,oap102|\
edgecore,eap106|\
tplink,ex227|\
tplink,ex447)
@@ -55,7 +56,8 @@ platform_do_upgrade() {
[ "$(find_mtd_chardev rootfs)" ] && CI_UBIPART="rootfs"
nand_upgrade_tar "$1"
;;
edgecore,eap102)
edgecore,eap102|\
edgecore,oap102)
if [ "$(find_mtd_chardev rootfs)" ]; then
CI_UBIPART="rootfs"
else