From e6786115cc29ffe8a0d7494ab2ff58b80a450b27 Mon Sep 17 00:00:00 2001 From: John Crispin Date: Mon, 28 Aug 2023 12:14:50 +0200 Subject: [PATCH] ipq807x: add more v5.4 profiles Signed-off-by: John Crispin --- profiles/cig_wf188n-us-ath12.yml | 13 +++++++++++++ profiles/wallys_dr6018-ath12.yml | 15 +++++++++++++++ profiles/yuncore_ax840-ath12.yml | 13 +++++++++++++ profiles/yuncore_fap650-ath12.yml | 13 +++++++++++++ 4 files changed, 54 insertions(+) create mode 100644 profiles/cig_wf188n-us-ath12.yml create mode 100644 profiles/wallys_dr6018-ath12.yml create mode 100644 profiles/yuncore_ax840-ath12.yml create mode 100644 profiles/yuncore_fap650-ath12.yml diff --git a/profiles/cig_wf188n-us-ath12.yml b/profiles/cig_wf188n-us-ath12.yml new file mode 100644 index 000000000..441894e25 --- /dev/null +++ b/profiles/cig_wf188n-us-ath12.yml @@ -0,0 +1,13 @@ +--- +profile: cig_wf188n-us +target: ipq60xx +subtarget: generic +description: Build image for the Cigtech WF188n +image: bin/targets/ipq60xx/generic/openwrt-ipq60xx-cig_wf188n-us-squashfs-sysupgrade.tar +feeds: + - name: ipq807x + path: ../../feeds/ipq807x_v5.4 +include: + - ucentral-ap +packages: + - ipq60xx diff --git a/profiles/wallys_dr6018-ath12.yml b/profiles/wallys_dr6018-ath12.yml new file mode 100644 index 000000000..3dd373fff --- /dev/null +++ b/profiles/wallys_dr6018-ath12.yml @@ -0,0 +1,15 @@ +--- +profile: wallys_dr6018 +target: ipq60xx +subtarget: generic +description: Build image for the Wallys DR6018 +image: bin/targets/ipq60xx/generic/openwrt-ipq807x-wallys_dr6018-squashfs-sysupgrade.tar +feeds: + - name: ipq807x + path: ../../feeds/ipq807x_v5.4 +include: + - ucentral-ap +packages: + - ipq60xx +diffconfig: | + CONFIG_KERNEL_IPQ_MEM_PROFILE=0 diff --git a/profiles/yuncore_ax840-ath12.yml b/profiles/yuncore_ax840-ath12.yml new file mode 100644 index 000000000..807ab991b --- /dev/null +++ b/profiles/yuncore_ax840-ath12.yml @@ -0,0 +1,13 @@ +--- +profile: yuncore_ax840 +target: ipq60xx +subtarget: generic +description: Build image for the YunCore AX840 +image: bin/targets/ipq60xx/generic/openwrt-ipq60xx-yuncore_ax840-squashfs-sysupgrade.tar +feeds: + - name: ipq807x + path: ../../feeds/ipq807x_v5.4 +include: + - ucentral-ap +packages: + - ipq60xx diff --git a/profiles/yuncore_fap650-ath12.yml b/profiles/yuncore_fap650-ath12.yml new file mode 100644 index 000000000..4b4751d92 --- /dev/null +++ b/profiles/yuncore_fap650-ath12.yml @@ -0,0 +1,13 @@ +--- +profile: yuncore_fap650 +target: ipq60xx +subtarget: generic +description: Build image for the YunCore FAP650 +image: bin/targets/ipq60xx/generic/openwrt-ipq807x-yuncore_fap650-squashfs-sysupgrade.tar +feeds: + - name: ipq807x + path: ../../feeds/ipq807x_v5.4 +packages: + - ipq60xx +include: + - ucentral-ap