cni-plugins: depend on kmod-veth

cni-plugins makes use of veth, make sure kernel module is installed.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
This commit is contained in:
Daniel Golle 2021-03-29 22:23:54 +01:00
parent b29e609701
commit 1b25b6e239
1 changed files with 1 additions and 1 deletions

View File

@ -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