1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-02-12 10:31:51 +00:00

Update glorytun UDP

This commit is contained in:
Ycarus 2018-11-27 15:17:13 +01:00
parent 374ccdb80a
commit 47e9fd8827

View file

@ -10,11 +10,11 @@ include $(TOPDIR)/rules.mk
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL:=https://github.com/angt/glorytun.git
PKG_SOURCE_VERSION:=f20fff0e875f5b9a687b879a662968a7f16e2cae
PKG_SOURCE_VERSION:=8ff9d3d7a1481bd82578d98798360cf219f3b73a
PKG_NAME:=glorytun-udp
PKG_VERSION:=0.0.99-$(PKG_SOURCE_VERSION)
PKG_RELEASE:=19
PKG_RELEASE:=20
PKG_FIXUP:=autoreconf
@ -35,6 +35,11 @@ define Package/$(PKG_NAME)/conffiles
/etc/config/glorytun
endef
define Build/Prepare
$(call Build/Prepare/Default)
echo "$(PKG_VERSION)" > $(PKG_BUILD_DIR)/VERSION
endef
define Package/$(PKG_NAME)/install
$(INSTALL_DIR) $(1)/usr/sbin
$(INSTALL_BIN) $(PKG_BUILD_DIR)/glorytun $(1)/usr/sbin/$(PKG_NAME)