Makefile: Install all executors, sort them alphabetically

Signed-off-by: Maximilian Wilhelm <max@sdn.clinic>
This commit is contained in:
Maximilian Wilhelm 2021-03-21 20:11:01 +01:00
parent e4fa275067
commit cd98102e62

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}