mirror of
https://github.com/Telecominfraproject/wlan-ap.git
synced 2025-11-02 19:37:51 +00:00
ipq53xx: rename sysupgrade images from .tar to .bin
Standardise the sysupgrade image format across all IPQ5332-based devices by renaming the output from .tar to .bin format. Signed-off-by: John Crispin <john@phrozen.org>
This commit is contained in:
@@ -12,8 +12,8 @@ define Device/Default
|
|||||||
ROOTFSNAME_IN_UBI := ubi_rootfs
|
ROOTFSNAME_IN_UBI := ubi_rootfs
|
||||||
BLOCKSIZE := 128k
|
BLOCKSIZE := 128k
|
||||||
PAGESIZE := 2048
|
PAGESIZE := 2048
|
||||||
IMAGES := sysupgrade.tar nand-factory.bin
|
IMAGES := sysupgrade.bin nand-factory.bin
|
||||||
IMAGE/sysupgrade.tar := sysupgrade-tar | append-metadata
|
IMAGE/sysupgrade.bin := sysupgrade-tar | append-metadata
|
||||||
IMAGE/nand-factory.bin := append-ubi | qsdk-ipq-factory-nand
|
IMAGE/nand-factory.bin := append-ubi | qsdk-ipq-factory-nand
|
||||||
KERNEL_NAME := Image
|
KERNEL_NAME := Image
|
||||||
KERNEL = kernel-bin | gzip | fit gzip $$(KDIR)/image-$$(firstword $$(DEVICE_DTS)).dtb
|
KERNEL = kernel-bin | gzip | fit gzip $$(KDIR)/image-$$(firstword $$(DEVICE_DTS)).dtb
|
||||||
|
|||||||
@@ -5,8 +5,8 @@ define Device/cig_wf189
|
|||||||
DEVICE_DTS := ipq5332-cig-wf189
|
DEVICE_DTS := ipq5332-cig-wf189
|
||||||
DEVICE_DTS_DIR := ../dts
|
DEVICE_DTS_DIR := ../dts
|
||||||
DEVICE_DTS_CONFIG := config@mi01.6
|
DEVICE_DTS_CONFIG := config@mi01.6
|
||||||
IMAGES := sysupgrade.tar nand-factory.bin nand-factory.ubi
|
IMAGES := sysupgrade.bin nand-factory.bin nand-factory.ubi
|
||||||
IMAGE/sysupgrade.tar := sysupgrade-tar | append-metadata
|
IMAGE/sysupgrade.bin := sysupgrade-tar | append-metadata
|
||||||
IMAGE/nand-factory.bin := append-ubi | qsdk-ipq-factory-nand
|
IMAGE/nand-factory.bin := append-ubi | qsdk-ipq-factory-nand
|
||||||
IMAGE/nand-factory.ubi := append-ubi
|
IMAGE/nand-factory.ubi := append-ubi
|
||||||
DEVICE_PACKAGES := ath12k-wifi-cig-wf189 ath12k-firmware-qcn92xx ath12k-firmware-ipq5332
|
DEVICE_PACKAGES := ath12k-wifi-cig-wf189 ath12k-firmware-qcn92xx ath12k-firmware-ipq5332
|
||||||
@@ -18,8 +18,8 @@ define Device/sercomm_ap72tip
|
|||||||
DEVICE_DTS := ipq5332-sercomm-ap72tip
|
DEVICE_DTS := ipq5332-sercomm-ap72tip
|
||||||
DEVICE_DTS_DIR := ../dts
|
DEVICE_DTS_DIR := ../dts
|
||||||
DEVICE_DTS_CONFIG := config@mi01.6
|
DEVICE_DTS_CONFIG := config@mi01.6
|
||||||
IMAGES := sysupgrade.tar nand-factory.bin nand-factory.ubi
|
IMAGES := sysupgrade.bin nand-factory.bin nand-factory.ubi
|
||||||
IMAGE/sysupgrade.tar := sysupgrade-tar | append-metadata
|
IMAGE/sysupgrade.bin := sysupgrade-tar | append-metadata
|
||||||
IMAGE/nand-factory.bin := append-ubi | qsdk-ipq-factory-nand
|
IMAGE/nand-factory.bin := append-ubi | qsdk-ipq-factory-nand
|
||||||
IMAGE/nand-factory.ubi := append-ubi
|
IMAGE/nand-factory.ubi := append-ubi
|
||||||
DEVICE_PACKAGES := ath12k-wifi-sercomm-ap72tip ath12k-firmware-qcn92xx ath12k-firmware-ipq5332
|
DEVICE_PACKAGES := ath12k-wifi-sercomm-ap72tip ath12k-firmware-qcn92xx ath12k-firmware-ipq5332
|
||||||
@@ -31,8 +31,8 @@ define Device/sercomm_ap72tip-v4
|
|||||||
DEVICE_DTS := ipq5332-sercomm-ap72tip-v4
|
DEVICE_DTS := ipq5332-sercomm-ap72tip-v4
|
||||||
DEVICE_DTS_DIR := ../dts
|
DEVICE_DTS_DIR := ../dts
|
||||||
DEVICE_DTS_CONFIG := config@mi01.6
|
DEVICE_DTS_CONFIG := config@mi01.6
|
||||||
IMAGES := sysupgrade.tar nand-factory.bin nand-factory.ubi
|
IMAGES := sysupgrade.bin nand-factory.bin nand-factory.ubi
|
||||||
IMAGE/sysupgrade.tar := sysupgrade-tar | append-metadata
|
IMAGE/sysupgrade.bin := sysupgrade-tar | append-metadata
|
||||||
IMAGE/nand-factory.bin := append-ubi | qsdk-ipq-factory-nand
|
IMAGE/nand-factory.bin := append-ubi | qsdk-ipq-factory-nand
|
||||||
IMAGE/nand-factory.ubi := append-ubi
|
IMAGE/nand-factory.ubi := append-ubi
|
||||||
DEVICE_PACKAGES := ath12k-wifi-sercomm-ap72tip-v4 ath12k-firmware-qcn92xx ath12k-firmware-ipq5332
|
DEVICE_PACKAGES := ath12k-wifi-sercomm-ap72tip-v4 ath12k-firmware-qcn92xx ath12k-firmware-ipq5332
|
||||||
@@ -44,8 +44,8 @@ define Device/edgecore_eap105
|
|||||||
DEVICE_DTS := ipq5332-edgecore-eap105
|
DEVICE_DTS := ipq5332-edgecore-eap105
|
||||||
DEVICE_DTS_DIR := ../dts
|
DEVICE_DTS_DIR := ../dts
|
||||||
DEVICE_DTS_CONFIG := config@mi01.6
|
DEVICE_DTS_CONFIG := config@mi01.6
|
||||||
IMAGES := sysupgrade.tar nand-factory.bin nand-factory.ubi
|
IMAGES := sysupgrade.bin nand-factory.bin nand-factory.ubi
|
||||||
IMAGE/sysupgrade.tar := sysupgrade-tar | append-metadata
|
IMAGE/sysupgrade.bin := sysupgrade-tar | append-metadata
|
||||||
IMAGE/nand-factory.bin := append-ubi | qsdk-ipq-factory-nand
|
IMAGE/nand-factory.bin := append-ubi | qsdk-ipq-factory-nand
|
||||||
IMAGE/nand-factory.ubi := append-ubi
|
IMAGE/nand-factory.ubi := append-ubi
|
||||||
DEVICE_PACKAGES := ath12k-wifi-edgecore-eap105 ath12k-firmware-qcn92xx ath12k-firmware-ipq5332
|
DEVICE_PACKAGES := ath12k-wifi-edgecore-eap105 ath12k-firmware-qcn92xx ath12k-firmware-ipq5332
|
||||||
@@ -57,8 +57,8 @@ define Device/emplus_wap7635
|
|||||||
DEVICE_DTS := ipq5332-emplus-wap7635
|
DEVICE_DTS := ipq5332-emplus-wap7635
|
||||||
DEVICE_DTS_DIR := ../dts
|
DEVICE_DTS_DIR := ../dts
|
||||||
DEVICE_DTS_CONFIG := config@mi01.6
|
DEVICE_DTS_CONFIG := config@mi01.6
|
||||||
IMAGES := sysupgrade.tar nand-factory.bin nand-factory.ubi
|
IMAGES := sysupgrade.bin nand-factory.bin nand-factory.ubi
|
||||||
IMAGE/sysupgrade.tar := sysupgrade-tar | append-metadata
|
IMAGE/sysupgrade.bin := sysupgrade-tar | append-metadata
|
||||||
IMAGE/nand-factory.bin := append-ubi | qsdk-ipq-factory-nand
|
IMAGE/nand-factory.bin := append-ubi | qsdk-ipq-factory-nand
|
||||||
IMAGE/nand-factory.ubi := append-ubi
|
IMAGE/nand-factory.ubi := append-ubi
|
||||||
DEVICE_PACKAGES := ath12k-wifi-emplus-wap7635 ath12k-firmware-qcn92xx ath12k-firmware-ipq5332
|
DEVICE_PACKAGES := ath12k-wifi-emplus-wap7635 ath12k-firmware-qcn92xx ath12k-firmware-ipq5332
|
||||||
@@ -71,9 +71,9 @@ define Device/sonicfi_rap7110c_341x
|
|||||||
DEVICE_DTS_DIR := ../dts
|
DEVICE_DTS_DIR := ../dts
|
||||||
DEVICE_DTS_CONFIG := config@mi01.6
|
DEVICE_DTS_CONFIG := config@mi01.6
|
||||||
SUPPORTED_DEVICES := sonicfi,rap7110c-341x
|
SUPPORTED_DEVICES := sonicfi,rap7110c-341x
|
||||||
IMAGES := sysupgrade.tar mmc-factory.bin
|
IMAGES := sysupgrade.bin mmc-factory.bin
|
||||||
IMAGE/mmc-factory.bin := append-ubi | qsdk-ipq-factory-mmc
|
IMAGE/mmc-factory.bin := append-ubi | qsdk-ipq-factory-mmc
|
||||||
IMAGE/sysupgrade.tar := sysupgrade-tar | append-metadata
|
IMAGE/sysupgrade.bin := sysupgrade-tar | append-metadata
|
||||||
DEVICE_PACKAGES := ath12k-wifi-sonicfi-rap7110c-341x ath12k-firmware-qcn92xx ath12k-firmware-ipq5332
|
DEVICE_PACKAGES := ath12k-wifi-sonicfi-rap7110c-341x ath12k-firmware-qcn92xx ath12k-firmware-ipq5332
|
||||||
endef
|
endef
|
||||||
TARGET_DEVICES += sonicfi_rap7110c_341x
|
TARGET_DEVICES += sonicfi_rap7110c_341x
|
||||||
@@ -84,8 +84,8 @@ define Device/sonicfi_rap750e_h
|
|||||||
DEVICE_DTS_DIR := ../dts
|
DEVICE_DTS_DIR := ../dts
|
||||||
DEVICE_DTS_CONFIG := config@mi01.3-c2
|
DEVICE_DTS_CONFIG := config@mi01.3-c2
|
||||||
SUPPORTED_DEVICES := sonicfi,rap750e-h
|
SUPPORTED_DEVICES := sonicfi,rap750e-h
|
||||||
IMAGES := sysupgrade.tar nand-factory.bin nand-factory.ubi
|
IMAGES := sysupgrade.bin nand-factory.bin nand-factory.ubi
|
||||||
IMAGE/sysupgrade.tar := sysupgrade-tar | append-metadata
|
IMAGE/sysupgrade.bin := sysupgrade-tar | append-metadata
|
||||||
IMAGE/nand-factory.bin := append-ubi | qsdk-ipq-factory-nand
|
IMAGE/nand-factory.bin := append-ubi | qsdk-ipq-factory-nand
|
||||||
IMAGE/nand-factory.ubi := append-ubi
|
IMAGE/nand-factory.ubi := append-ubi
|
||||||
DEVICE_PACKAGES := ath12k-wifi-sonicfi-rap750e-h ath12k-firmware-ipq5332-peb -ath12k-firmware-qcn92xx
|
DEVICE_PACKAGES := ath12k-wifi-sonicfi-rap750e-h ath12k-firmware-ipq5332-peb -ath12k-firmware-qcn92xx
|
||||||
@@ -98,8 +98,8 @@ define Device/sonicfi_rap750e_s
|
|||||||
DEVICE_DTS_DIR := ../dts
|
DEVICE_DTS_DIR := ../dts
|
||||||
DEVICE_DTS_CONFIG := config@mi01.3-c2
|
DEVICE_DTS_CONFIG := config@mi01.3-c2
|
||||||
SUPPORTED_DEVICES := sonicfi,rap750e-s
|
SUPPORTED_DEVICES := sonicfi,rap750e-s
|
||||||
IMAGES := sysupgrade.tar nand-factory.bin nand-factory.ubi
|
IMAGES := sysupgrade.bin nand-factory.bin nand-factory.ubi
|
||||||
IMAGE/sysupgrade.tar := sysupgrade-tar | append-metadata
|
IMAGE/sysupgrade.bin := sysupgrade-tar | append-metadata
|
||||||
IMAGE/nand-factory.bin := append-ubi | qsdk-ipq-factory-nand
|
IMAGE/nand-factory.bin := append-ubi | qsdk-ipq-factory-nand
|
||||||
IMAGE/nand-factory.ubi := append-ubi
|
IMAGE/nand-factory.ubi := append-ubi
|
||||||
DEVICE_PACKAGES := ath12k-wifi-sonicfi-rap750e-s ath12k-firmware-ipq5332-peb -ath12k-firmware-qcn92xx
|
DEVICE_PACKAGES := ath12k-wifi-sonicfi-rap750e-s ath12k-firmware-ipq5332-peb -ath12k-firmware-qcn92xx
|
||||||
@@ -112,8 +112,8 @@ define Device/sonicfi_rap750w_311a
|
|||||||
DEVICE_DTS_DIR := ../dts
|
DEVICE_DTS_DIR := ../dts
|
||||||
DEVICE_DTS_CONFIG := config@mi01.3-c2
|
DEVICE_DTS_CONFIG := config@mi01.3-c2
|
||||||
SUPPORTED_DEVICES := sonicfi,rap750w-311a
|
SUPPORTED_DEVICES := sonicfi,rap750w-311a
|
||||||
IMAGES := sysupgrade.tar nand-factory.bin nand-factory.ubi
|
IMAGES := sysupgrade.bin nand-factory.bin nand-factory.ubi
|
||||||
IMAGE/sysupgrade.tar := sysupgrade-tar | append-metadata
|
IMAGE/sysupgrade.bin := sysupgrade-tar | append-metadata
|
||||||
IMAGE/nand-factory.bin := append-ubi | qsdk-ipq-factory-nand
|
IMAGE/nand-factory.bin := append-ubi | qsdk-ipq-factory-nand
|
||||||
IMAGE/nand-factory.ubi := append-ubi
|
IMAGE/nand-factory.ubi := append-ubi
|
||||||
DEVICE_PACKAGES := ath12k-wifi-sonicfi-rap750w-311a ath12k-firmware-ipq5332-peb -ath12k-firmware-qcn92xx
|
DEVICE_PACKAGES := ath12k-wifi-sonicfi-rap750w-311a ath12k-firmware-ipq5332-peb -ath12k-firmware-qcn92xx
|
||||||
@@ -125,8 +125,8 @@ define Device/cig_wf189w
|
|||||||
DEVICE_DTS := ipq5332-cig-wf189w
|
DEVICE_DTS := ipq5332-cig-wf189w
|
||||||
DEVICE_DTS_DIR := ../dts
|
DEVICE_DTS_DIR := ../dts
|
||||||
DEVICE_DTS_CONFIG := config@mi04.1
|
DEVICE_DTS_CONFIG := config@mi04.1
|
||||||
IMAGES := sysupgrade.tar nand-factory.bin nand-factory.ubi
|
IMAGES := sysupgrade.bin nand-factory.bin nand-factory.ubi
|
||||||
IMAGE/sysupgrade.tar := sysupgrade-tar | append-metadata
|
IMAGE/sysupgrade.bin := sysupgrade-tar | append-metadata
|
||||||
IMAGE/nand-factory.bin := append-ubi | qsdk-ipq-factory-nand
|
IMAGE/nand-factory.bin := append-ubi | qsdk-ipq-factory-nand
|
||||||
IMAGE/nand-factory.ubi := append-ubi
|
IMAGE/nand-factory.ubi := append-ubi
|
||||||
DEVICE_PACKAGES := ath12k-wifi-cig-wf189w ath12k-firmware-ipq5332-peb-peb
|
DEVICE_PACKAGES := ath12k-wifi-cig-wf189w ath12k-firmware-ipq5332-peb-peb
|
||||||
@@ -139,8 +139,8 @@ define Device/cig_wf189h
|
|||||||
DEVICE_DTS := ipq5332-cig-wf189h
|
DEVICE_DTS := ipq5332-cig-wf189h
|
||||||
DEVICE_DTS_DIR := ../dts
|
DEVICE_DTS_DIR := ../dts
|
||||||
DEVICE_DTS_CONFIG := config@mi04.1
|
DEVICE_DTS_CONFIG := config@mi04.1
|
||||||
IMAGES := sysupgrade.tar nand-factory.bin nand-factory.ubi
|
IMAGES := sysupgrade.bin nand-factory.bin nand-factory.ubi
|
||||||
IMAGE/sysupgrade.tar := sysupgrade-tar | append-metadata
|
IMAGE/sysupgrade.bin := sysupgrade-tar | append-metadata
|
||||||
IMAGE/nand-factory.bin := append-ubi | qsdk-ipq-factory-nand
|
IMAGE/nand-factory.bin := append-ubi | qsdk-ipq-factory-nand
|
||||||
IMAGE/nand-factory.ubi := append-ubi
|
IMAGE/nand-factory.ubi := append-ubi
|
||||||
DEVICE_PACKAGES := ath12k-wifi-cig-wf189h ath12k-firmware-ipq5332-peb-peb
|
DEVICE_PACKAGES := ath12k-wifi-cig-wf189h ath12k-firmware-ipq5332-peb-peb
|
||||||
@@ -152,10 +152,10 @@ define Device/zyxel_nwa130be
|
|||||||
DEVICE_DTS := ipq5332-zyxel-nwa130be
|
DEVICE_DTS := ipq5332-zyxel-nwa130be
|
||||||
DEVICE_DTS_DIR := ../dts
|
DEVICE_DTS_DIR := ../dts
|
||||||
DEVICE_DTS_CONFIG := config@mi01.6
|
DEVICE_DTS_CONFIG := config@mi01.6
|
||||||
IMAGES := sysupgrade.tar nand-factory.bin nand-factory.ubi
|
IMAGES := sysupgrade.bin nand-factory.bin nand-factory.ubi
|
||||||
BLOCKSIZE := 256k
|
BLOCKSIZE := 256k
|
||||||
PAGESIZE := 4096
|
PAGESIZE := 4096
|
||||||
IMAGE/sysupgrade.tar := sysupgrade-tar | append-metadata
|
IMAGE/sysupgrade.bin := sysupgrade-tar | append-metadata
|
||||||
IMAGE/nand-factory.bin := append-ubi | qsdk-ipq-factory-nand
|
IMAGE/nand-factory.bin := append-ubi | qsdk-ipq-factory-nand
|
||||||
IMAGE/nand-factory.ubi := append-ubi
|
IMAGE/nand-factory.ubi := append-ubi
|
||||||
DEVICE_PACKAGES := ath12k-wifi-zyxel-nwa130be ath12k-firmware-qcn92xx ath12k-firmware-ipq5332
|
DEVICE_PACKAGES := ath12k-wifi-zyxel-nwa130be ath12k-firmware-qcn92xx ath12k-firmware-ipq5332
|
||||||
@@ -183,9 +183,9 @@ define Device/cig_wf672
|
|||||||
DEVICE_DTS := ipq5332-cig-wf672
|
DEVICE_DTS := ipq5332-cig-wf672
|
||||||
DEVICE_DTS_DIR := ../dts
|
DEVICE_DTS_DIR := ../dts
|
||||||
DEVICE_DTS_CONFIG := config@mi01.6
|
DEVICE_DTS_CONFIG := config@mi01.6
|
||||||
IMAGES := sysupgrade.tar mmc-factory.bin
|
IMAGES := sysupgrade.bin mmc-factory.bin
|
||||||
IMAGE/mmc-factory.bin := append-ubi | qsdk-ipq-factory-mmc
|
IMAGE/mmc-factory.bin := append-ubi | qsdk-ipq-factory-mmc
|
||||||
IMAGE/sysupgrade.tar := sysupgrade-tar | append-metadata
|
IMAGE/sysupgrade.bin := sysupgrade-tar | append-metadata
|
||||||
DEVICE_PACKAGES := ath12k-wifi-cig-wf672 ath12k-firmware-ipq5332 ath12k-firmware-qcn92xx
|
DEVICE_PACKAGES := ath12k-wifi-cig-wf672 ath12k-firmware-ipq5332 ath12k-firmware-qcn92xx
|
||||||
endef
|
endef
|
||||||
TARGET_DEVICES += cig_wf672
|
TARGET_DEVICES += cig_wf672
|
||||||
|
|||||||
0
feeds/qca-wifi-7/linux/generic/.gitkeep
Normal file
0
feeds/qca-wifi-7/linux/generic/.gitkeep
Normal file
@@ -3,7 +3,7 @@ profile: cig_wf189
|
|||||||
target: ipq53xx
|
target: ipq53xx
|
||||||
subtarget: generic
|
subtarget: generic
|
||||||
description: Build image for the CIG WF189
|
description: Build image for the CIG WF189
|
||||||
image: bin/targets/ipq53xx/generic/openwrt-ipq53xx-cig_wf189-squashfs-sysupgrade.tar
|
image: bin/targets/ipq53xx/generic/openwrt-ipq53xx-cig_wf189-squashfs-sysupgrade.bin
|
||||||
feeds:
|
feeds:
|
||||||
- name: qca
|
- name: qca
|
||||||
path: ../../feeds/qca-wifi-7
|
path: ../../feeds/qca-wifi-7
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ profile: cig_wf189h
|
|||||||
target: ipq53xx
|
target: ipq53xx
|
||||||
subtarget: generic
|
subtarget: generic
|
||||||
description: Build image for the CIG WF189h
|
description: Build image for the CIG WF189h
|
||||||
image: bin/targets/ipq53xx/generic/openwrt-ipq53xx-cig_wf189h-squashfs-sysupgrade.tar
|
image: bin/targets/ipq53xx/generic/openwrt-ipq53xx-cig_wf189h-squashfs-sysupgrade.bin
|
||||||
feeds:
|
feeds:
|
||||||
- name: qca
|
- name: qca
|
||||||
path: ../../feeds/qca-wifi-7
|
path: ../../feeds/qca-wifi-7
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ profile: cig_wf189w
|
|||||||
target: ipq53xx
|
target: ipq53xx
|
||||||
subtarget: generic
|
subtarget: generic
|
||||||
description: Build image for the CIG WF189W
|
description: Build image for the CIG WF189W
|
||||||
image: bin/targets/ipq53xx/generic/openwrt-ipq53xx-cig_wf189w-squashfs-sysupgrade.tar
|
image: bin/targets/ipq53xx/generic/openwrt-ipq53xx-cig_wf189w-squashfs-sysupgrade.bin
|
||||||
feeds:
|
feeds:
|
||||||
- name: qca
|
- name: qca
|
||||||
path: ../../feeds/qca-wifi-7
|
path: ../../feeds/qca-wifi-7
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ profile: cig_wf672
|
|||||||
target: ipq53xx
|
target: ipq53xx
|
||||||
subtarget: generic
|
subtarget: generic
|
||||||
description: Build image for the CIG WF672
|
description: Build image for the CIG WF672
|
||||||
image: bin/targets/ipq53xx/generic/openwrt-ipq53xx-cig_wf672-squashfs-sysupgrade.tar
|
image: bin/targets/ipq53xx/generic/openwrt-ipq53xx-cig_wf672-squashfs-sysupgrade.bin
|
||||||
feeds:
|
feeds:
|
||||||
- name: qca
|
- name: qca
|
||||||
path: ../../feeds/qca-wifi-7
|
path: ../../feeds/qca-wifi-7
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ profile: edgecore_eap105
|
|||||||
target: ipq53xx
|
target: ipq53xx
|
||||||
subtarget: generic
|
subtarget: generic
|
||||||
description: Build image for the edgecore eap105
|
description: Build image for the edgecore eap105
|
||||||
image: bin/targets/ipq53xx/generic/openwrt-ipq53xx-edgecore_eap105-squashfs-sysupgrade.tar
|
image: bin/targets/ipq53xx/generic/openwrt-ipq53xx-edgecore_eap105-squashfs-sysupgrade.bin
|
||||||
feeds:
|
feeds:
|
||||||
- name: qca
|
- name: qca
|
||||||
path: ../../feeds/qca-wifi-7
|
path: ../../feeds/qca-wifi-7
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ profile: emplus_wap7635
|
|||||||
target: ipq53xx
|
target: ipq53xx
|
||||||
subtarget: generic
|
subtarget: generic
|
||||||
description: Build image for the EMPLUS WAP7635
|
description: Build image for the EMPLUS WAP7635
|
||||||
image: bin/targets/ipq53xx/generic/openwrt-ipq53xx-emplus_wap7635-squashfs-sysupgrade.tar
|
image: bin/targets/ipq53xx/generic/openwrt-ipq53xx-emplus_wap7635-squashfs-sysupgrade.bin
|
||||||
feeds:
|
feeds:
|
||||||
- name: qca
|
- name: qca
|
||||||
path: ../../feeds/qca-wifi-7
|
path: ../../feeds/qca-wifi-7
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ profile: sercomm_ap72tip-v4
|
|||||||
target: ipq53xx
|
target: ipq53xx
|
||||||
subtarget: generic
|
subtarget: generic
|
||||||
description: Build image for the Sercomm AP72TIP-v4
|
description: Build image for the Sercomm AP72TIP-v4
|
||||||
image: bin/targets/ipq53xx/generic/openwrt-ipq53xx-sercomm_ap72tip-v4-squashfs-sysupgrade.tar
|
image: bin/targets/ipq53xx/generic/openwrt-ipq53xx-sercomm_ap72tip-v4-squashfs-sysupgrade.bin
|
||||||
feeds:
|
feeds:
|
||||||
- name: qca
|
- name: qca
|
||||||
path: ../../feeds/qca-wifi-7
|
path: ../../feeds/qca-wifi-7
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ profile: sercomm_ap72tip
|
|||||||
target: ipq53xx
|
target: ipq53xx
|
||||||
subtarget: generic
|
subtarget: generic
|
||||||
description: Build image for the Sercomm AP72TIP
|
description: Build image for the Sercomm AP72TIP
|
||||||
image: bin/targets/ipq53xx/generic/openwrt-ipq53xx-sercomm_ap72tip-squashfs-sysupgrade.tar
|
image: bin/targets/ipq53xx/generic/openwrt-ipq53xx-sercomm_ap72tip-squashfs-sysupgrade.bin
|
||||||
feeds:
|
feeds:
|
||||||
- name: qca
|
- name: qca
|
||||||
path: ../../feeds/qca-wifi-7
|
path: ../../feeds/qca-wifi-7
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ profile: sonicfi_rap7110c_341x
|
|||||||
target: ipq53xx
|
target: ipq53xx
|
||||||
subtarget: generic
|
subtarget: generic
|
||||||
description: Build image for the SONICFI RAP7110C-341X
|
description: Build image for the SONICFI RAP7110C-341X
|
||||||
image: bin/targets/ipq53xx/generic/openwrt-ipq53xx-sonicfi_rap7110c_341x-squashfs-sysupgrade.tar
|
image: bin/targets/ipq53xx/generic/openwrt-ipq53xx-sonicfi_rap7110c_341x-squashfs-sysupgrade.bin
|
||||||
feeds:
|
feeds:
|
||||||
- name: qca
|
- name: qca
|
||||||
path: ../../feeds/qca-wifi-7
|
path: ../../feeds/qca-wifi-7
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ profile: sonicfi_rap750e_h
|
|||||||
target: ipq53xx
|
target: ipq53xx
|
||||||
subtarget: generic
|
subtarget: generic
|
||||||
description: Build image for the SONICFI RAP750E-H
|
description: Build image for the SONICFI RAP750E-H
|
||||||
image: bin/targets/ipq53xx/generic/openwrt-ipq53xx-sonicfi_rap750e_h-squashfs-sysupgrade.tar
|
image: bin/targets/ipq53xx/generic/openwrt-ipq53xx-sonicfi_rap750e_h-squashfs-sysupgrade.bin
|
||||||
feeds:
|
feeds:
|
||||||
- name: qca
|
- name: qca
|
||||||
path: ../../feeds/qca-wifi-7
|
path: ../../feeds/qca-wifi-7
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ profile: sonicfi_rap750e_s
|
|||||||
target: ipq53xx
|
target: ipq53xx
|
||||||
subtarget: generic
|
subtarget: generic
|
||||||
description: Build image for the SONICFI RAP750E-S
|
description: Build image for the SONICFI RAP750E-S
|
||||||
image: bin/targets/ipq53xx/generic/openwrt-ipq53xx-sonicfi_rap750e_s-squashfs-sysupgrade.tar
|
image: bin/targets/ipq53xx/generic/openwrt-ipq53xx-sonicfi_rap750e_s-squashfs-sysupgrade.bin
|
||||||
feeds:
|
feeds:
|
||||||
- name: qca
|
- name: qca
|
||||||
path: ../../feeds/qca-wifi-7
|
path: ../../feeds/qca-wifi-7
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ profile: sonicfi_rap750w_311a
|
|||||||
target: ipq53xx
|
target: ipq53xx
|
||||||
subtarget: generic
|
subtarget: generic
|
||||||
description: Build image for the SONICFI RAP750W-311A
|
description: Build image for the SONICFI RAP750W-311A
|
||||||
image: bin/targets/ipq53xx/generic/openwrt-ipq53xx-sonicfi_rap750w_311a-squashfs-sysupgrade.tar
|
image: bin/targets/ipq53xx/generic/openwrt-ipq53xx-sonicfi_rap750w_311a-squashfs-sysupgrade.bin
|
||||||
feeds:
|
feeds:
|
||||||
- name: qca
|
- name: qca
|
||||||
path: ../../feeds/qca-wifi-7
|
path: ../../feeds/qca-wifi-7
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ profile: zyxel_nwa130be
|
|||||||
target: ipq53xx
|
target: ipq53xx
|
||||||
subtarget: generic
|
subtarget: generic
|
||||||
description: Build image for the zyxel nwa130be
|
description: Build image for the zyxel nwa130be
|
||||||
image: bin/targets/ipq53xx/generic/openwrt-ipq53xx-zyxel_nwa130be-squashfs-sysupgrade.tar
|
image: bin/targets/ipq53xx/generic/openwrt-ipq53xx-zyxel_nwa130be-squashfs-sysupgrade.bin
|
||||||
feeds:
|
feeds:
|
||||||
- name: qca
|
- name: qca
|
||||||
path: ../../feeds/qca-wifi-7
|
path: ../../feeds/qca-wifi-7
|
||||||
|
|||||||
Reference in New Issue
Block a user