ipq807x: add hfcl ion4x support

Fixes: WIFI-5797
Signed-off-by: John Crispin <john@phrozen.org>
This commit is contained in:
John Crispin
2021-11-18 10:50:45 +01:00
parent 7a20f558e1
commit 90868338c7
4 changed files with 1035 additions and 0 deletions

View File

@@ -230,6 +230,8 @@ IN_SFP_PHY=TRUE
IN_MALIBU_PHY=TRUE
else ifeq (CPPE, $(CHIP_TYPE))
IN_QCA808X_PHY=TRUE
IN_QCA803X_PHY=TRUE
IN_SFP_PHY=TRUE
IN_PHY_I2C_MODE=TRUE
IN_MALIBU_PHY=TRUE
else ifeq (DESS, $(CHIP_TYPE))

File diff suppressed because it is too large Load Diff

12
profiles/hfcl_ion4xe.yml Normal file
View File

@@ -0,0 +1,12 @@
---
profile: hfcl_ion4xe
target: ipq807x
subtarget: ipq60xx
description: Build image for the HFCL ION 4XE
image: bin/targets/ipq807x/ipq60xx/openwrt-ipq807x-hfcl_ion4xe-squashfs-sysupgrade.tar
feeds:
- name: ipq807x
path: ../../feeds/ipq807x
include:
- wifi-ax
- ucentral-ap

12
profiles/hfcl_ion4xi.yml Normal file
View File

@@ -0,0 +1,12 @@
---
profile: hfcl_ion4xi
target: ipq807x
subtarget: ipq60xx
description: Build image for the HFCL ION 4XI
image: bin/targets/ipq807x/ipq60xx/openwrt-ipq807x-hfcl_ion4xi-squashfs-sysupgrade.tar
feeds:
- name: ipq807x
path: ../../feeds/ipq807x
include:
- wifi-ax
- ucentral-ap