|
|
@ -8,13 +8,13 @@ |
|
|
|
include $(TOPDIR)/rules.mk |
|
|
|
|
|
|
|
PKG_NAME:=rtty |
|
|
|
PKG_VERSION:=4.1.2 |
|
|
|
PKG_RELEASE:=1 |
|
|
|
PKG_VERSION:=5.0.2 |
|
|
|
PKG_RELEASE:=2 |
|
|
|
|
|
|
|
PKG_SOURCE_PROTO:=git |
|
|
|
PKG_SOURCE_VERSION:=v$(PKG_VERSION) |
|
|
|
PKG_SOURCE_URL=https://github.com/zhaojh329/rtty.git |
|
|
|
PKG_MIRROR_HASH:=f0791728f21815cd2164889a494c14be2f7683c4200193a6270e9ff9b70a5ad6 |
|
|
|
PKG_MIRROR_HASH:=d6ab0fdccc6ab46a3400aed0e984d7f447a90662cde6a58ff2dcb6929acb6402 |
|
|
|
|
|
|
|
PKG_BUILD_DIR=$(BUILD_DIR)/$(PKG_NAME)-$(BUILD_VARIANT)/$(PKG_SOURCE_SUBDIR) |
|
|
|
|
|
|
@ -31,7 +31,7 @@ define Package/rtty/default |
|
|
|
CATEGORY:=Utilities |
|
|
|
SUBMENU:=Terminal |
|
|
|
TITLE:=A reverse proxy WebTTY |
|
|
|
DEPENDS:=+libblobmsg-json |
|
|
|
DEPENDS:=+libprotobuf-c |
|
|
|
endef |
|
|
|
|
|
|
|
define Package/rtty/default/description |
|
|
|