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.
This commit is contained in:
Franco Fichtner
2017-07-19 07:32:23 +02:00
parent 6f45033b46
commit 8dfb1e26a4
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -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"
-1
View File
@@ -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"