mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-03-09 15:40:03 +00:00
Update glorytun UDP
This commit is contained in:
parent
374ccdb80a
commit
47e9fd8827
1 changed files with 7 additions and 2 deletions
|
@ -10,11 +10,11 @@ include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_SOURCE_PROTO:=git
|
PKG_SOURCE_PROTO:=git
|
||||||
PKG_SOURCE_URL:=https://github.com/angt/glorytun.git
|
PKG_SOURCE_URL:=https://github.com/angt/glorytun.git
|
||||||
PKG_SOURCE_VERSION:=f20fff0e875f5b9a687b879a662968a7f16e2cae
|
PKG_SOURCE_VERSION:=8ff9d3d7a1481bd82578d98798360cf219f3b73a
|
||||||
|
|
||||||
PKG_NAME:=glorytun-udp
|
PKG_NAME:=glorytun-udp
|
||||||
PKG_VERSION:=0.0.99-$(PKG_SOURCE_VERSION)
|
PKG_VERSION:=0.0.99-$(PKG_SOURCE_VERSION)
|
||||||
PKG_RELEASE:=19
|
PKG_RELEASE:=20
|
||||||
|
|
||||||
PKG_FIXUP:=autoreconf
|
PKG_FIXUP:=autoreconf
|
||||||
|
|
||||||
|
@ -35,6 +35,11 @@ define Package/$(PKG_NAME)/conffiles
|
||||||
/etc/config/glorytun
|
/etc/config/glorytun
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
define Build/Prepare
|
||||||
|
$(call Build/Prepare/Default)
|
||||||
|
echo "$(PKG_VERSION)" > $(PKG_BUILD_DIR)/VERSION
|
||||||
|
endef
|
||||||
|
|
||||||
define Package/$(PKG_NAME)/install
|
define Package/$(PKG_NAME)/install
|
||||||
$(INSTALL_DIR) $(1)/usr/sbin
|
$(INSTALL_DIR) $(1)/usr/sbin
|
||||||
$(INSTALL_BIN) $(PKG_BUILD_DIR)/glorytun $(1)/usr/sbin/$(PKG_NAME)
|
$(INSTALL_BIN) $(PKG_BUILD_DIR)/glorytun $(1)/usr/sbin/$(PKG_NAME)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue