Makefile: Install all executors, sort them alphabetically
Signed-off-by: Maximilian Wilhelm <max@sdn.clinic>
This commit is contained in:
parent
e4fa275067
commit
cd98102e62
1 changed files with 9 additions and 7 deletions
16
Makefile
16
Makefile
|
@ -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}
|
||||
|
||||
|
|
Loading…
Reference in a new issue