Merge pull request #145 from BarbarossaTM/fix/executors

Makefile: Install all executors, sort them alphabetically
This commit is contained in:
Maximilian Wilhelm 2021-03-21 20:13:31 +01:00 committed by GitHub
commit 5f9ba7e246
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -103,14 +103,16 @@ EXECUTOR_SCRIPTS_CORE ?= \
forward
EXECUTOR_SCRIPTS_OPT ?= \
bridge \
vrf \
tunnel \
gre \
wireguard \
ethtool \
batman \
wifi
bond \
bridge \
ethtool \
gre \
tunnel \
vrf \
vxlan \
wifi \
wireguard
EXECUTOR_SCRIPTS ?= ${EXECUTOR_SCRIPTS_CORE} ${EXECUTOR_SCRIPTS_OPT}