mirror of
https://github.com/opnsense/plugins.git
synced 2026-06-03 22:08:11 -04:00
make: add proper merge target origin
This commit is contained in:
parent
846f3f5f23
commit
58c1ae78b5
2 changed files with 2 additions and 0 deletions
|
|
@ -56,6 +56,7 @@ PLUGIN_ABI?= ${PLUGIN_ABIS:[1]}
|
|||
PLUGIN_MAINS= master main
|
||||
PLUGIN_MAIN?= ${PLUGIN_MAINS:[1]}
|
||||
PLUGIN_STABLE?= stable/${PLUGIN_ABI}
|
||||
PLUGIN_ORIGIN?= community
|
||||
|
||||
PHPBIN= ${LOCALBASE}/bin/php
|
||||
|
||||
|
|
|
|||
|
|
@ -28,5 +28,6 @@ CORE_ABIS= ${PLUGIN_ABIS}
|
|||
CORE_MAIN= ${PLUGIN_MAIN}
|
||||
CORE_MAINS= ${PLUGIN_MAINS}
|
||||
CORE_STABLE= ${PLUGIN_STABLE}
|
||||
CORE_UPSTREAM= ${PLUGIN_UPSTREAM}
|
||||
|
||||
.-include "${PLUGINSDIR}/../core/Mk/git.mk"
|
||||
|
|
|
|||
Loading…
Reference in a new issue