From 8dfb1e26a48ad6839d899934d9c51b28ff623475 Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Wed, 19 Jul 2017 07:32:23 +0200 Subject: [PATCH] dns: unlock plugins as done on stable/17.7 master branch always has PLUGIN_DEVEL set, so we can safely strip it even for 17.1 builds. --- dns/dyndns/Makefile | 1 - dns/rfc2136/Makefile | 1 - 2 files changed, 2 deletions(-) diff --git a/dns/dyndns/Makefile b/dns/dyndns/Makefile index a44b6b7fe..5c64cc3b2 100644 --- a/dns/dyndns/Makefile +++ b/dns/dyndns/Makefile @@ -2,6 +2,5 @@ PLUGIN_NAME= dyndns PLUGIN_VERSION= 1.1 PLUGIN_COMMENT= Dynamic DNS Support PLUGIN_MAINTAINER= franco@opnsense.org -PLUGIN_DEVEL= yes .include "../../Mk/plugins.mk" diff --git a/dns/rfc2136/Makefile b/dns/rfc2136/Makefile index bfa4e884a..61084645e 100644 --- a/dns/rfc2136/Makefile +++ b/dns/rfc2136/Makefile @@ -3,6 +3,5 @@ PLUGIN_VERSION= 1.0 PLUGIN_COMMENT= RFC-2136 Support PLUGIN_MAINTAINER= franco@opnsense.org PLUGIN_DEPENDS= bind911 -PLUGIN_DEVEL= yes .include "../../Mk/plugins.mk"