From 2974fb9d6c0bed42a74d32d3689b6386984b86d8 Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Mon, 3 Apr 2017 06:27:27 +0200 Subject: [PATCH] Framework: annotate this branch as permanently PLUGIN_DEVEL --- Mk/plugins.mk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Mk/plugins.mk b/Mk/plugins.mk index 22da03b84..e9a22749c 100644 --- a/Mk/plugins.mk +++ b/Mk/plugins.mk @@ -48,6 +48,8 @@ check: . endif .endfor +PLUGIN_DEVEL?= yes + PLUGIN_PREFIX?= os- .if "${PLUGIN_DEVEL}" != "" PLUGIN_SUFFIX?= -devel