Update to version 0.0.4
This commit is contained in:
@@ -1,12 +1,12 @@
|
|||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=glorytun
|
PKG_NAME:=glorytun
|
||||||
PKG_VERSION:=0.0.3
|
PKG_VERSION:=0.0.4
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=1
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
PKG_SOURCE_URL:=https://github.com/angt/glorytun/releases/download/v$(PKG_VERSION)
|
PKG_SOURCE_URL:=https://github.com/angt/glorytun/releases/download/v$(PKG_VERSION)
|
||||||
PKG_MD5SUM:=4f237cd548b302046a60f783475a896d
|
PKG_MD5SUM:=c195d3509ae5c29c142ecc14bd39e4f2
|
||||||
|
|
||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
|
|
||||||
@@ -23,8 +23,7 @@ define Package/glorytun/description
|
|||||||
Glorytun
|
Glorytun
|
||||||
endef
|
endef
|
||||||
|
|
||||||
TARGET_CFLAGS += -std=c99
|
TARGET_CFLAGS += -std=c99 -D_GNU_SOURCE
|
||||||
TARGET_CFLAGS += -D_GNU_SOURCE
|
|
||||||
|
|
||||||
define Package/glorytun/conffiles
|
define Package/glorytun/conffiles
|
||||||
/etc/config/glorytun
|
/etc/config/glorytun
|
||||||
|
|||||||
Reference in New Issue
Block a user