mirror of
https://github.com/opnsense/plugins.git
synced 2026-04-26 16:49:13 -04:00
Framework: ready for release
This commit is contained in:
parent
de3713a06c
commit
6b2cbb2f31
2 changed files with 1 additions and 3 deletions
|
|
@ -45,7 +45,7 @@ VERSIONBIN= ${LOCALBASE}/sbin/opnsense-version
|
|||
_PLUGIN_ABI!= ${VERSIONBIN} -a
|
||||
PLUGIN_ABI?= ${_PLUGIN_ABI}
|
||||
.else
|
||||
PLUGIN_ABI?= 25.1
|
||||
PLUGIN_ABI?= 25.7
|
||||
.endif
|
||||
|
||||
PLUGIN_MAINS= master main
|
||||
|
|
|
|||
|
|
@ -62,8 +62,6 @@ _PLUGIN_COMMENT:= ${PLUGIN_COMMENT}
|
|||
|
||||
.if defined(_PLUGIN_DEVEL)
|
||||
PLUGIN_DEVEL?:= ${_PLUGIN_DEVEL}
|
||||
.else
|
||||
PLUGIN_DEVEL?= yes
|
||||
.endif
|
||||
|
||||
PLUGIN_PREFIX?= os-
|
||||
|
|
|
|||
Loading…
Reference in a new issue