yggdrasil: remove pkgarch, cleanup space with tabs
authorWilliam Fleurant <redacted>
Tue, 19 Mar 2019 20:07:54 +0000 (16:07 -0400)
committerPaul Spooren <redacted>
Wed, 20 Mar 2019 08:37:46 +0000 (09:37 +0100)
Signed-off-by: William Fleurant <redacted>
net/yggdrasil/Makefile
net/yggdrasil/files/yggdrasil.init

index 5f2032c5b5e0e93b71f321fa3ec3038859fb2dd6..3e11e98220f872feb5d8fb4ce5e8e27ab44c6604 100644 (file)
@@ -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
index e47cdea26dee80862fbb8a1c30a560763733a0fe..82c209b4e2249496d6193b4d7544727625c4010a 100755 (executable)
@@ -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
 }
git clone https://git.99rst.org/PROJECT