diff options
author | Nikita Vostokov <yawosk@yandex.com> | 2020-03-15 05:49:36 +0300 |
---|---|---|
committer | Nikita Vostokov <yawosk@yandex.com> | 2020-03-15 05:49:36 +0300 |
commit | 5370088ecaeb6399895c355e41cfb135a48a0524 (patch) | |
tree | b7d7ff48ffd2b69af256d0946a74da3a07baad93 /ipv6 | |
parent | 424aafc41759214ceb08fdb4cb6f849346a2be55 (diff) |
miredo: Small fixes after review
Signed-off-by: Nikita Vostokov <yawosk@yandex.com>
Diffstat (limited to 'ipv6')
-rw-r--r-- | ipv6/miredo/Makefile | 5 | ||||
-rw-r--r-- | ipv6/miredo/files/miredo.init | 2 |
2 files changed, 2 insertions, 5 deletions
diff --git a/ipv6/miredo/Makefile b/ipv6/miredo/Makefile index 30463bebd..0ee073ae6 100644 --- a/ipv6/miredo/Makefile +++ b/ipv6/miredo/Makefile @@ -7,7 +7,7 @@ PKG_RELEASE:=1 PKG_SOURCE:=miredo-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=https://www.remlab.net/files/miredo/ PKG_HASH:=fa26d2f4a405415833669e2e2e22677b225d8f83600844645d5683535ea43149 -PKG_LICENSE:=GPL-2.0 +PKG_LICENSE:=GPL-2.0-or-later PKG_LICENSE_FILES:=COPYING PKG_CONFIG_DEPENDS := \ @@ -28,8 +28,6 @@ CONFIGURE_ARGS+= \ --without-libintl-prefix TARGET_CFLAGS+= $(FPIC) \ - -std=gnu99 \ - -O3 \ -ffunction-sections \ -fdata-sections \ -Wno-format-security @@ -41,7 +39,6 @@ define Package/miredo CATEGORY:=Network TITLE:=Teredo IPv6 tunneling utility URL:=https://www.remlab.net/miredo/ - VERSION:=$(PKG_VERSION) DEPENDS:=@IPV6 +libpthread +librt +kmod-tun endef diff --git a/ipv6/miredo/files/miredo.init b/ipv6/miredo/files/miredo.init index 9ff1d8d95..955827750 100644 --- a/ipv6/miredo/files/miredo.init +++ b/ipv6/miredo/files/miredo.init @@ -1,7 +1,7 @@ #!/bin/sh /etc/rc.common USE_PROCD=1 -START=20 +START=41 PROG=/usr/sbin/miredo CONFFILE=/etc/miredo/miredo.conf |