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>
(cherry picked from commit 1b25b6e239)
This commit is contained in:
Daniel Golle 2021-03-29 22:23:54 +01:00
parent 3a8dac1bc7
commit 89574510eb
No known key found for this signature in database
GPG key ID: 5A8F39C31C3217CA

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