miredo: Small fixes after review
Signed-off-by: Nikita Vostokov <yawosk@yandex.com>
This commit is contained in:
parent
424aafc417
commit
5370088eca
2 changed files with 2 additions and 5 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue