From: Gerard Ryan Date: Tue, 23 Jul 2019 10:29:43 +0000 (+1000) Subject: libnetwork: Exclude unsupported architectures X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=7a783ee8717cbb686c9fcbe5da13116e7edf0255;p=openwrt-packages.git libnetwork: Exclude unsupported architectures Signed-off-by: Gerard Ryan --- diff --git a/utils/libnetwork/Makefile b/utils/libnetwork/Makefile index 6fdbfda12..28bfbb244 100644 --- a/utils/libnetwork/Makefile +++ b/utils/libnetwork/Makefile @@ -1,7 +1,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libnetwork -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_LICENSE:=Apache-2.0 PKG_LICENSE_FILES:=LICENSE @@ -29,7 +29,7 @@ define Package/libnetwork CATEGORY:=Utilities TITLE:=networking for containers URL:=https://github.com/docker/libnetwork - DEPENDS:=$(GO_ARCH_DEPENDS) + DEPENDS:=$(GO_ARCH_DEPENDS) @TARGET_x86_64 endef define Package/libnetwork/description