From cd98102e6224c1daad23bd1fa1b8e901bed927e2 Mon Sep 17 00:00:00 2001 From: Maximilian Wilhelm Date: Sun, 21 Mar 2021 20:11:01 +0100 Subject: [PATCH] Makefile: Install all executors, sort them alphabetically Signed-off-by: Maximilian Wilhelm --- Makefile | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/Makefile b/Makefile index 34e2285..c7113be 100644 --- a/Makefile +++ b/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}