diff options
author | Gerard Ryan <G.M0N3Y.2503@gmail.com> | 2019-07-23 20:29:43 +1000 |
---|---|---|
committer | Yousong Zhou <yszhou4tech@gmail.com> | 2019-08-10 15:57:22 +0800 |
commit | 7a783ee8717cbb686c9fcbe5da13116e7edf0255 (patch) | |
tree | 5998e0adb49486064591c4d86808915c98fac63a /utils | |
parent | c92f7c2006091079e51f718c4b4b5a0512870e85 (diff) |
libnetwork: Exclude unsupported architectures
Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
Diffstat (limited to 'utils')
-rw-r--r-- | utils/libnetwork/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |