From 5ee5e6dd85f79d20baf34da00a3ad29eb198a08b Mon Sep 17 00:00:00 2001 From: John Crispin Date: Sat, 27 Apr 2024 08:56:59 +0200 Subject: [PATCH] profiles: remove legacy profiles Signed-off-by: John Crispin --- profiles/cig_wf186h-legacy.yml | 26 -------------------------- profiles/cig_wf186w-legacy.yml | 26 -------------------------- profiles/cybertan_eww631-a1-legacy.yml | 14 -------------- profiles/cybertan_eww631-b1-legacy.yml | 14 -------------- profiles/edgecore_eap101-legacy.yml | 17 ----------------- profiles/edgecore_eap102-legacy.yml | 16 ---------------- profiles/edgecore_eap104-legacy.yml | 18 ------------------ profiles/wallys_dr6018-legacy.yml | 16 ---------------- profiles/yuncore_ax840-legacy.yml | 14 -------------- profiles/yuncore_fap650-legacy.yml | 14 -------------- profiles/yuncore_fap655-legacy.yml | 14 -------------- 11 files changed, 189 deletions(-) delete mode 100644 profiles/cig_wf186h-legacy.yml delete mode 100644 profiles/cig_wf186w-legacy.yml delete mode 100644 profiles/cybertan_eww631-a1-legacy.yml delete mode 100644 profiles/cybertan_eww631-b1-legacy.yml delete mode 100644 profiles/edgecore_eap101-legacy.yml delete mode 100644 profiles/edgecore_eap102-legacy.yml delete mode 100644 profiles/edgecore_eap104-legacy.yml delete mode 100644 profiles/wallys_dr6018-legacy.yml delete mode 100644 profiles/yuncore_ax840-legacy.yml delete mode 100644 profiles/yuncore_fap650-legacy.yml delete mode 100644 profiles/yuncore_fap655-legacy.yml diff --git a/profiles/cig_wf186h-legacy.yml b/profiles/cig_wf186h-legacy.yml deleted file mode 100644 index 37a272a9b..000000000 --- a/profiles/cig_wf186h-legacy.yml +++ /dev/null @@ -1,26 +0,0 @@ ---- -profile: cig_wf186h -target: ipq807x -subtarget: ipq50xx -description: Build image for the Cigtech Wall Plate WF186h -image: bin/targets/ipq807x/ipq50xx/openwrt-ipq807x-cig_wf186h-squashfs-sysupgrade.tar -feeds: - - name: ipq807x - path: ../../feeds/ipq807x -include: - - wifi-ax - - ucentral-ap -packages: - - ipq807x - - ath11k-fwtest - - ftm - -diffconfig: | - CONFIG_PACKAGE_i2c-tools=y - CONFIG_PACKAGE_libi2c=y - CONFIG_PACKAGE_coreutils=y - CONFIG_PACKAGE_coreutils-stty=y - CONFIG_PACKAGE_kmod-switch-rtl8366-smi=y - CONFIG_PACKAGE_kmod-switch-rtl8367c=y - - diff --git a/profiles/cig_wf186w-legacy.yml b/profiles/cig_wf186w-legacy.yml deleted file mode 100644 index 5a03c6584..000000000 --- a/profiles/cig_wf186w-legacy.yml +++ /dev/null @@ -1,26 +0,0 @@ ---- -profile: cig_wf186w -target: ipq807x -subtarget: ipq50xx -description: Build image for the Cigtech Wall Plate WF186w -image: bin/targets/ipq807x/ipq50xx/openwrt-ipq807x-cig_wf186w-squashfs-sysupgrade.tar -feeds: - - name: ipq807x - path: ../../feeds/ipq807x -include: - - wifi-ax - - ucentral-ap -packages: - - ipq807x - - ath11k-fwtest - - ftm - -diffconfig: | - CONFIG_PACKAGE_i2c-tools=y - CONFIG_PACKAGE_libi2c=y - CONFIG_PACKAGE_coreutils=y - CONFIG_PACKAGE_coreutils-stty=y - CONFIG_PACKAGE_kmod-switch-rtl8366-smi=y - CONFIG_PACKAGE_kmod-switch-rtl8367c=y - - diff --git a/profiles/cybertan_eww631-a1-legacy.yml b/profiles/cybertan_eww631-a1-legacy.yml deleted file mode 100644 index c7bb1aa82..000000000 --- a/profiles/cybertan_eww631-a1-legacy.yml +++ /dev/null @@ -1,14 +0,0 @@ ---- -profile: cybertan_eww631_a1 -target: ipq807x -subtarget: ipq50xx -description: Build image for the CyberTan Ceilingmount EAP EWW631-A1 -image: bin/targets/ipq807x/ipq50xx/openwrt-ipq807x-cybertan_eww631_a1-squashfs-sysupgrade.tar -feeds: - - name: ipq807x - path: ../../feeds/ipq807x -packages: - - ipq807x -include: - - wifi-ax - - ucentral-ap diff --git a/profiles/cybertan_eww631-b1-legacy.yml b/profiles/cybertan_eww631-b1-legacy.yml deleted file mode 100644 index 9588a3bdc..000000000 --- a/profiles/cybertan_eww631-b1-legacy.yml +++ /dev/null @@ -1,14 +0,0 @@ ---- -profile: cybertan_eww631_b1 -target: ipq807x -subtarget: ipq50xx -description: Build image for the CyberTan Wallmount EAP EWW631-B1 -image: bin/targets/ipq807x/ipq50xx/openwrt-ipq807x-cybertan_eww631_b1-squashfs-sysupgrade.tar -feeds: - - name: ipq807x - path: ../../feeds/ipq807x -packages: - - ipq807x -include: - - wifi-ax - - ucentral-ap diff --git a/profiles/edgecore_eap101-legacy.yml b/profiles/edgecore_eap101-legacy.yml deleted file mode 100644 index 0ba1c249b..000000000 --- a/profiles/edgecore_eap101-legacy.yml +++ /dev/null @@ -1,17 +0,0 @@ ---- -profile: edgecore_eap101 -target: ipq807x -subtarget: ipq60xx -description: Build image for the EdgeCore EAP101 -image: bin/targets/ipq807x/ipq60xx/openwrt-ipq807x-edgecore_eap101-squashfs-sysupgrade.tar -feeds: - - name: ipq807x - path: ../../feeds/ipq807x -include: - - wifi-ax - - ucentral-ap -packages: - - ipq807x -diffconfig: | - CONFIG_BUSYBOX_CUSTOM=y - CONFIG_BUSYBOX_CONFIG_STTY=y diff --git a/profiles/edgecore_eap102-legacy.yml b/profiles/edgecore_eap102-legacy.yml deleted file mode 100644 index a0bcd45f0..000000000 --- a/profiles/edgecore_eap102-legacy.yml +++ /dev/null @@ -1,16 +0,0 @@ ---- -profile: edgecore_eap102 -target: ipq807x -subtarget: ipq807x -description: Build image for the Edgecore EAP102 -image: bin/targets/ipq807x/ipq807x/openwrt-ipq807x-edgecore_eap102-squashfs-sysupgrade.tar -feeds: - - name: ipq807x - path: ../../feeds/ipq807x -include: - - wifi-ax - - ucentral-ap -packages: - - ipq807x -diffconfig: | - CONFIG_KERNEL_IPQ_MEM_PROFILE=0 diff --git a/profiles/edgecore_eap104-legacy.yml b/profiles/edgecore_eap104-legacy.yml deleted file mode 100644 index 9fc318f38..000000000 --- a/profiles/edgecore_eap104-legacy.yml +++ /dev/null @@ -1,18 +0,0 @@ ---- -profile: edgecore_eap104 -target: ipq807x -subtarget: ipq50xx -description: Build image for the EdgeCore EAP104 -image: bin/targets/ipq807x/ipq50xx/openwrt-ipq807x-edgecore_eap104-squashfs-sysupgrade.tar -feeds: - - name: ipq807x - path: ../../feeds/ipq807x -include: - - wifi-ax - - ucentral-ap -packages: - - ipq807x -diffconfig: | - CONFIG_KERNEL_IPQ_MEM_PROFILE=512 - CONFIG_BUSYBOX_CUSTOM=y - CONFIG_BUSYBOX_CONFIG_STTY=y diff --git a/profiles/wallys_dr6018-legacy.yml b/profiles/wallys_dr6018-legacy.yml deleted file mode 100644 index 1c5b7442a..000000000 --- a/profiles/wallys_dr6018-legacy.yml +++ /dev/null @@ -1,16 +0,0 @@ ---- -profile: wallys_dr6018 -target: ipq807x -subtarget: ipq60xx -description: Build image for the Wallys DR6018 -image: bin/targets/ipq807x/ipq60xx/openwrt-ipq807x-wallys_dr6018-squashfs-sysupgrade.tar -feeds: - - name: ipq807x - path: ../../feeds/ipq807x -include: - - wifi-ax - - ucentral-ap -packages: - - ipq807x -diffconfig: | - CONFIG_KERNEL_IPQ_MEM_PROFILE=0 diff --git a/profiles/yuncore_ax840-legacy.yml b/profiles/yuncore_ax840-legacy.yml deleted file mode 100644 index 1e497ac14..000000000 --- a/profiles/yuncore_ax840-legacy.yml +++ /dev/null @@ -1,14 +0,0 @@ ---- -profile: yuncore_ax840 -target: ipq807x -subtarget: ipq60xx -description: Build image for the YunCore AX840 -image: bin/targets/ipq807x/ipq60xx/openwrt-ipq807x-yuncore_ax840-squashfs-sysupgrade.tar -feeds: - - name: ipq807x - path: ../../feeds/ipq807x -packages: - - ipq807x -include: - - wifi-ax - - ucentral-ap diff --git a/profiles/yuncore_fap650-legacy.yml b/profiles/yuncore_fap650-legacy.yml deleted file mode 100644 index 57a5c1db2..000000000 --- a/profiles/yuncore_fap650-legacy.yml +++ /dev/null @@ -1,14 +0,0 @@ ---- -profile: yuncore_fap650 -target: ipq807x -subtarget: ipq60xx -description: Build image for the YunCore FAP650 -image: bin/targets/ipq807x/ipq60xx/openwrt-ipq807x-yuncore_fap650-squashfs-sysupgrade.tar -feeds: - - name: ipq807x - path: ../../feeds/ipq807x -packages: - - ipq807x -include: - - wifi-ax - - ucentral-ap 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