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:
parent
b29e609701
commit
1b25b6e239
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue