From 8b468b8742c24d788797fdaa7558635977ec3c62 Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Wed, 10 Dec 2025 11:04:14 +0100 Subject: [PATCH] plugins: change support tiers for 26.1 --- security/openvpn-legacy/Makefile | 1 - security/strongswan-legacy/Makefile | 1 - sysutils/gdrive-backup/Makefile | 1 - 3 files changed, 3 deletions(-) diff --git a/security/openvpn-legacy/Makefile b/security/openvpn-legacy/Makefile index 62af37531..91dd22fad 100644 --- a/security/openvpn-legacy/Makefile +++ b/security/openvpn-legacy/Makefile @@ -3,6 +3,5 @@ PLUGIN_VERSION= 1.0 PLUGIN_COMMENT= OpenVPN legacy support PLUGIN_DEPENDS= # openvpn PLUGIN_MAINTAINER= ad@opnsense.org -PLUGIN_TIER= 2 .include "../../Mk/plugins.mk" diff --git a/security/strongswan-legacy/Makefile b/security/strongswan-legacy/Makefile index 2f2a02c73..f6a1ff3e6 100644 --- a/security/strongswan-legacy/Makefile +++ b/security/strongswan-legacy/Makefile @@ -3,6 +3,5 @@ PLUGIN_VERSION= 1.0 PLUGIN_COMMENT= IPsec legacy support PLUGIN_DEPENDS= # strongswan PLUGIN_MAINTAINER= ad@opnsense.org -PLUGIN_TIER= 2 .include "../../Mk/plugins.mk" diff --git a/sysutils/gdrive-backup/Makefile b/sysutils/gdrive-backup/Makefile index 4372dbfc8..ff88386c0 100644 --- a/sysutils/gdrive-backup/Makefile +++ b/sysutils/gdrive-backup/Makefile @@ -3,6 +3,5 @@ PLUGIN_VERSION= 1.0 PLUGIN_COMMENT= Backup configurations using Google Drive PLUGIN_DEPENDS= php${PLUGIN_PHP}-google-api-php-client PLUGIN_MAINTAINER= ad@opnsense.org -PLUGIN_TIER= 2 .include "../../Mk/plugins.mk"