zerotier: update to 1.8.4
Also remove patch to fix uClibc-ng, since it is not in openwrt anymore. Signed-off-by: Moritz Warning <moritzwarning@web.de>
This commit is contained in:
parent
7673192a9c
commit
f7554858ec
2 changed files with 2 additions and 13 deletions
|
@ -6,12 +6,12 @@
|
|||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=zerotier
|
||||
PKG_VERSION:=1.8.3
|
||||
PKG_VERSION:=1.8.4
|
||||
PKG_RELEASE:=$(AUTORELEASE)
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||
PKG_SOURCE_URL:=https://codeload.github.com/zerotier/ZeroTierOne/tar.gz/$(PKG_VERSION)?
|
||||
PKG_HASH:=f0813900c812910db2751bfb43d22a06f11dbcfbe4515e6b24fcad90ca46f665
|
||||
PKG_HASH:=61b8c1ea5904cc87431939212033bb4d05d11f517860a01cac75f0090d94272b
|
||||
PKG_BUILD_DIR:=$(BUILD_DIR)/ZeroTierOne-$(PKG_VERSION)
|
||||
|
||||
PKG_MAINTAINER:=Moritz Warning <moritzwarning@web.de>
|
||||
|
|
|
@ -1,11 +0,0 @@
|
|||
--- a/node/Utils.cpp
|
||||
+++ b/node/Utils.cpp
|
||||
@@ -29,7 +29,7 @@
|
||||
#include <sys/uio.h>
|
||||
#include <dirent.h>
|
||||
#ifdef ZT_ARCH_ARM_HAS_NEON
|
||||
-#ifdef __LINUX__
|
||||
+#if 0
|
||||
#include <sys/auxv.h>
|
||||
#endif
|
||||
#endif
|
Loading…
Reference in a new issue