mirror of
https://github.com/Telecominfraproject/wlan-ap.git
synced 2025-10-29 17:42:41 +00:00
ipq807x: Support OAP102
Fixes: WIFI-12794 Signed-off-by: Tanya Singh <tanya_singh@accton.com>
This commit is contained in:
committed by
John Crispin
parent
11bc8c143e
commit
e185a49c5b
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user