Merge pull request #145 from BarbarossaTM/fix/executors
Makefile: Install all executors, sort them alphabetically
This commit is contained in:
commit
5f9ba7e246
1 changed files with 9 additions and 7 deletions
16
Makefile
16
Makefile
|
@ -103,14 +103,16 @@ EXECUTOR_SCRIPTS_CORE ?= \
|
||||||
forward
|
forward
|
||||||
|
|
||||||
EXECUTOR_SCRIPTS_OPT ?= \
|
EXECUTOR_SCRIPTS_OPT ?= \
|
||||||
bridge \
|
|
||||||
vrf \
|
|
||||||
tunnel \
|
|
||||||
gre \
|
|
||||||
wireguard \
|
|
||||||
ethtool \
|
|
||||||
batman \
|
batman \
|
||||||
wifi
|
bond \
|
||||||
|
bridge \
|
||||||
|
ethtool \
|
||||||
|
gre \
|
||||||
|
tunnel \
|
||||||
|
vrf \
|
||||||
|
vxlan \
|
||||||
|
wifi \
|
||||||
|
wireguard
|
||||||
|
|
||||||
EXECUTOR_SCRIPTS ?= ${EXECUTOR_SCRIPTS_CORE} ${EXECUTOR_SCRIPTS_OPT}
|
EXECUTOR_SCRIPTS ?= ${EXECUTOR_SCRIPTS_CORE} ${EXECUTOR_SCRIPTS_OPT}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue