diff options
author | Daniel Golle <daniel@makrotopia.org> | 2021-03-29 22:23:54 +0100 |
---|---|---|
committer | Daniel Golle <daniel@makrotopia.org> | 2021-03-30 00:21:29 +0100 |
commit | 1b25b6e23965a68c2366bdde3a9efcc6467ce8c5 (patch) | |
tree | f0988111cba629f7d1edcdca5abb2fd8303cdedf /utils/cni-plugins/Makefile | |
parent | b29e609701987072fbd991a9ffc203103f99b943 (diff) |
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>
Diffstat (limited to 'utils/cni-plugins/Makefile')
-rw-r--r-- | utils/cni-plugins/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/cni-plugins/Makefile b/utils/cni-plugins/Makefile index 279625e4b..7db7f9498 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 |