Merge pull request #80 from ifupdown-ng/chore/batman-executor-scripts-opt
build: add batman executor to EXECUTOR_SCRIPTS_OPT
This commit is contained in:
commit
f7e7b4be85
1 changed files with 2 additions and 1 deletions
3
Makefile
3
Makefile
|
@ -89,7 +89,8 @@ EXECUTOR_SCRIPTS_OPT ?= \
|
||||||
vrf \
|
vrf \
|
||||||
tunnel \
|
tunnel \
|
||||||
gre \
|
gre \
|
||||||
wireguard
|
wireguard \
|
||||||
|
batman
|
||||||
|
|
||||||
EXECUTOR_SCRIPTS ?= ${EXECUTOR_SCRIPTS_CORE} ${EXECUTOR_SCRIPTS_OPT}
|
EXECUTOR_SCRIPTS ?= ${EXECUTOR_SCRIPTS_CORE} ${EXECUTOR_SCRIPTS_OPT}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue