Browse Source

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>
lilik-openwrt-22.03
Daniel Golle 3 years ago
parent
commit
1b25b6e239
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      utils/cni-plugins/Makefile

+ 1
- 1
utils/cni-plugins/Makefile 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


Loading…
Cancel
Save