From 778cc679a0a9f23ef2c1e03135816fcc055daa34 Mon Sep 17 00:00:00 2001 From: John Crispin Date: Sun, 27 Jul 2025 19:35:04 +0200 Subject: [PATCH] profiles: add more wifi-5 profiles * edgecore_spw2ac1200 * hfcl_ion4 Signed-off-by: John Crispin --- profiles/edgecore_spw2ac1200.yml | 12 ++++++++++++ profiles/hfcl_ion4.yml | 12 ++++++++++++ 2 files changed, 24 insertions(+) create mode 100644 profiles/edgecore_spw2ac1200.yml create mode 100644 profiles/hfcl_ion4.yml diff --git a/profiles/edgecore_spw2ac1200.yml b/profiles/edgecore_spw2ac1200.yml new file mode 100644 index 000000000..dac6e808b --- /dev/null +++ b/profiles/edgecore_spw2ac1200.yml @@ -0,0 +1,12 @@ +--- +profile: edgecore_spw2ac1200 +target: ipq40xx +subtarget: generic +description: Build image for the Edgecore spw2ac1200 +image: bin/targets/ipq40xx/generic/openwrt-ipq40xx-generic-edgecore_spw2ac1200-squashfs-nand-sysupgrade.bin +packages: + - ipq40xx +include: + - ucentral-ap + - hostapd + - target-ipq40xx diff --git a/profiles/hfcl_ion4.yml b/profiles/hfcl_ion4.yml new file mode 100644 index 000000000..fc97b7696 --- /dev/null +++ b/profiles/hfcl_ion4.yml @@ -0,0 +1,12 @@ +--- +profile: hfcl_ion4 +target: ipq40xx +subtarget: generic +description: Build image for the HFCL ION4 +image: bin/targets/ipq40xx/generic/openwrt-ipq40xx-generic-hfcl_ion4-squashfs-nand-sysupgrade.bin +packages: + - ipq40xx +include: + - ucentral-ap + - hostapd + - target-ipq40xx