From 3ed959bf2582a1db78872ec450c89dbef82e4db0 Mon Sep 17 00:00:00 2001 From: John Crispin Date: Fri, 1 Dec 2023 09:56:40 +0100 Subject: [PATCH] ipq807x: revert yuncore fap655 back to v4.4 kernel the BDF is too old to make DFS channels work Signed-off-by: John Crispin --- profiles/yuncore_fap655-ath12.yml | 15 +++++++++++++++ profiles/yuncore_fap655-legacy.yml | 14 -------------- profiles/yuncore_fap655.yml | 13 ++++++------- 3 files changed, 21 insertions(+), 21 deletions(-) create mode 100644 profiles/yuncore_fap655-ath12.yml delete mode 100644 profiles/yuncore_fap655-legacy.yml diff --git a/profiles/yuncore_fap655-ath12.yml b/profiles/yuncore_fap655-ath12.yml new file mode 100644 index 000000000..8c7220dc1 --- /dev/null +++ b/profiles/yuncore_fap655-ath12.yml @@ -0,0 +1,15 @@ +--- +profile: yuncore_fap655 +target: ipq50xx +subtarget: generic +description: Build image for Yuncore FAP655 +image: bin/targets/ipq50xx/generic/openwrt-ipq50xx-yuncore_fap655-squashfs-sysupgrade.tar +feeds: + - name: ipq807x + path: ../../feeds/ipq807x_v5.4 +include: + - ucentral-ap +packages: + - ipq50xx +diffconfig: | + CONFIG_KERNEL_IPQ_MEM_PROFILE=512 diff --git a/profiles/yuncore_fap655-legacy.yml b/profiles/yuncore_fap655-legacy.yml deleted file mode 100644 index 730673d79..000000000 --- a/profiles/yuncore_fap655-legacy.yml +++ /dev/null @@ -1,14 +0,0 @@ ---- -profile: yuncore_fap655 -target: ipq807x -subtarget: ipq50xx -description: Build image for Yuncore FAP655 -image: bin/targets/ipq807x/ipq50xx/openwrt-ipq807x-yuncore_fap655-squashfs-sysupgrade.tar -feeds: - - name: ipq807x - path: ../../feeds/ipq807x -include: - - wifi-ax - - ucentral-ap -packages: - - ipq807x diff --git a/profiles/yuncore_fap655.yml b/profiles/yuncore_fap655.yml index 8c7220dc1..730673d79 100644 --- a/profiles/yuncore_fap655.yml +++ b/profiles/yuncore_fap655.yml @@ -1,15 +1,14 @@ --- profile: yuncore_fap655 -target: ipq50xx -subtarget: generic +target: ipq807x +subtarget: ipq50xx description: Build image for Yuncore FAP655 -image: bin/targets/ipq50xx/generic/openwrt-ipq50xx-yuncore_fap655-squashfs-sysupgrade.tar +image: bin/targets/ipq807x/ipq50xx/openwrt-ipq807x-yuncore_fap655-squashfs-sysupgrade.tar feeds: - name: ipq807x - path: ../../feeds/ipq807x_v5.4 + path: ../../feeds/ipq807x include: + - wifi-ax - ucentral-ap packages: - - ipq50xx -diffconfig: | - CONFIG_KERNEL_IPQ_MEM_PROFILE=512 + - ipq807x