|
@@ -4,7 +4,7 @@
|
|
|
#
|
|
|
################################################################################
|
|
|
|
|
|
-CNI_PLUGINS_VERSION = 1.1.1
|
|
|
+CNI_PLUGINS_VERSION = 1.2.0
|
|
|
CNI_PLUGINS_SITE = $(call github,containernetworking,plugins,v$(CNI_PLUGINS_VERSION))
|
|
|
CNI_PLUGINS_LICENSE = Apache-2.0
|
|
|
CNI_PLUGINS_LICENSE_FILES = LICENSE
|
|
@@ -12,6 +12,7 @@ CNI_PLUGINS_LICENSE_FILES = LICENSE
|
|
|
CNI_PLUGINS_BUILD_TARGETS = \
|
|
|
plugins/ipam/dhcp \
|
|
|
plugins/main/bridge \
|
|
|
+ plugins/main/dummy \
|
|
|
plugins/main/host-device \
|
|
|
plugins/main/ipvlan \
|
|
|
plugins/main/loopback \
|