From 89574510ebd0247ed3e291d624d33ecc84a38614 Mon Sep 17 00:00:00 2001 From: Daniel Golle Date: Mon, 29 Mar 2021 22:23:54 +0100 Subject: [PATCH] cni-plugins: depend on kmod-veth cni-plugins makes use of veth, make sure kernel module is installed. Signed-off-by: Daniel Golle (cherry picked from commit 1b25b6e23965a68c2366bdde3a9efcc6467ce8c5) --- utils/cni-plugins/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/cni-plugins/Makefile b/utils/cni-plugins/Makefile index 279625e4b8..7db7f9498c 100644 --- a/utils/cni-plugins/Makefile +++ b/utils/cni-plugins/Makefile @@ -31,7 +31,7 @@ define Package/cni-plugins CATEGORY:=Utilities TITLE:=cni-plugins URL:=https://github.com/containernetworking/cni-plugins - DEPENDS:=$(GO_ARCH_DEPENDS) +ip-full + DEPENDS:=$(GO_ARCH_DEPENDS) +ip-full +kmod-veth endef define Package/cni-plugins/description -- 2.30.2