mirror of
https://github.com/Telecominfraproject/wlan-ap.git
synced 2025-12-19 02:11:28 +00:00
This series is based on * 2020-07-10 ipq6018-ilq-11-0_qca_oem-034672b0676c37b1f4519e5720e18e95fe6236ef Add support for * qsdk kernel/v4.4 * qsdk ethernet subsystem * v5.7 ath11k backport + QualComm staging patches (wlan_ap_1.0) * ath11k-firmware * hostapd/iw/... Feature support * full boot, system detection * sysupgrade to nand * HE support via latest hostapd * driver support for usb, crypto, hwmon, cpufreq, ... Missing * NSS/HW flow offloading - FW blob is not redistributable Using the qsdk v4.4 is an intermediate solution while the vanilla is being tested. Vanilla kernel is almost on feature par. Work has already started to upstream the ethernet and switch drivers. Once complete the target will be fully upstream. Signed-off-by: John Crispin <john@phrozen.org>
56 lines
1.3 KiB
Diff
56 lines
1.3 KiB
Diff
From 54b187a8e63da6a4ed3e0ca1b2fd65b8358a75cd Mon Sep 17 00:00:00 2001
|
|
From: John Crispin <john@phrozen.org>
|
|
Date: Sat, 20 Jun 2020 17:13:28 +0200
|
|
Subject: [PATCH 4/4] profiles: add the ipq807x profiles
|
|
|
|
These will be merged into the primary profiles patch when AX support gets
|
|
merged.
|
|
|
|
Signed-off-by: John Crispin <john@phrozen.org>
|
|
---
|
|
profiles/cypress.yml | 12 ++++++++++++
|
|
profiles/hawkeye.yml | 12 ++++++++++++
|
|
2 files changed, 24 insertions(+)
|
|
create mode 100644 profiles/cypress.yml
|
|
create mode 100644 profiles/hawkeye.yml
|
|
|
|
diff --git a/profiles/cypress.yml b/profiles/cypress.yml
|
|
new file mode 100644
|
|
index 0000000000..4f17991607
|
|
--- /dev/null
|
|
+++ b/profiles/cypress.yml
|
|
@@ -0,0 +1,12 @@
|
|
+---
|
|
+profile: qcom_cp01_c1
|
|
+target: ipq807x
|
|
+subtarget: ipq60xx
|
|
+description: Build image for the QualComm Cypress
|
|
+_packages:
|
|
+ - opensync-tip
|
|
+feeds:
|
|
+ - name: ipq807x
|
|
+ path: ../../feeds/ipq807x
|
|
+
|
|
+
|
|
diff --git a/profiles/hawkeye.yml b/profiles/hawkeye.yml
|
|
new file mode 100644
|
|
index 0000000000..926829aaa8
|
|
--- /dev/null
|
|
+++ b/profiles/hawkeye.yml
|
|
@@ -0,0 +1,12 @@
|
|
+---
|
|
+profile: qcom_hk01
|
|
+target: ipq807x
|
|
+subtarget: ipq807x
|
|
+description: Build image for the QualCom Hawkeye
|
|
+_packages:
|
|
+ - opensync-tip
|
|
+feeds:
|
|
+ - name: ipq807x
|
|
+ path: ../../feeds/ipq807x
|
|
+
|
|
+
|
|
--
|
|
2.25.1
|
|
|