From aace467b0692dbc56c706936658a00cdcba50043 Mon Sep 17 00:00:00 2001 From: William Fleurant Date: Tue, 19 Mar 2019 16:07:54 -0400 Subject: [PATCH] yggdrasil: remove pkgarch, cleanup space with tabs Signed-off-by: William Fleurant --- net/yggdrasil/Makefile | 3 +-- net/yggdrasil/files/yggdrasil.init | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/net/yggdrasil/Makefile b/net/yggdrasil/Makefile index 5f2032c5b..3e11e9822 100644 --- a/net/yggdrasil/Makefile +++ b/net/yggdrasil/Makefile @@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=yggdrasil PKG_VERSION:=0.3.5 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE_URL:=https://codeload.github.com/yggdrasil-network/yggdrasil-go/tar.gz/v$(PKG_VERSION)? PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz @@ -24,7 +24,6 @@ define Package/yggdrasil TITLE:=Yggdrasil supports end-to-end encrypted IPv6 networks URL:=https://yggdrasil-network.github.io/ DEPENDS:=$(GO_ARCH_DEPENDS) @IPV6 +kmod-tun +@(mips):KERNEL_MIPS_FPU_EMULATOR - PKGARCH:=all endef define Package/yggdrasil/description diff --git a/net/yggdrasil/files/yggdrasil.init b/net/yggdrasil/files/yggdrasil.init index e47cdea26..82c209b4e 100755 --- a/net/yggdrasil/files/yggdrasil.init +++ b/net/yggdrasil/files/yggdrasil.init @@ -12,7 +12,7 @@ start_service() procd_open_instance procd_set_param respawn procd_set_param command /usr/sbin/yggdrasil -useconffile /etc/yggdrasil.conf - procd_set_param command /bin/ash -c "/usr/sbin/yggdrasil -useconffile /etc/yggdrasil.conf | logger -t yggdrasil" + procd_set_param command /bin/ash -c "/usr/sbin/yggdrasil -useconffile /etc/yggdrasil.conf | logger -t yggdrasil" procd_close_instance }