From 6ad633cbf4fc8af47c9f7a9a80ec11da6d48abb7 Mon Sep 17 00:00:00 2001 From: vdutta Date: Mon, 25 Oct 2021 12:14:32 +0530 Subject: [PATCH] uspd: 2.1.29 --- uspd/Config.in | 5 +++++ uspd/Makefile | 7 ++++--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/uspd/Config.in b/uspd/Config.in index 5318cd839..cff9a900e 100644 --- a/uspd/Config.in +++ b/uspd/Config.in @@ -1,3 +1,6 @@ +if PACKAGE_uspd + +menu "Configuration" config USPD_MAX_MSG_LEN int "Maximum message length" default 10485760 @@ -7,3 +10,5 @@ config USPD_MAX_MSG_LEN This value should not be larger than UBUS_MAX_MSGLEN from ubusd. The maximum blob message length allowed is: (configured value - 128) bytes +endmenu +endif diff --git a/uspd/Makefile b/uspd/Makefile index 30a0db000..6fa1028b0 100644 --- a/uspd/Makefile +++ b/uspd/Makefile @@ -5,14 +5,14 @@ include $(TOPDIR)/rules.mk PKG_NAME:=uspd -PKG_VERSION:=2.1.28 +PKG_VERSION:=2.1.29 LOCAL_DEV:=0 ifneq ($(LOCAL_DEV),1) PKG_SOURCE_PROTO:=git -PKG_SOURCE_VERSION:=4f449cc787f07b1543c7e51dc5b3d03de4b3db8f +PKG_SOURCE_VERSION:=4cba636fa0870f8c314c7cc0a9574d449f1ac1fc PKG_SOURCE_URL:=https://dev.iopsys.eu/iopsys/uspd.git -PKG_SOURCE:=$(PKG_NAME)-$(PKG_SOURCE_VERSION).tar.gz +PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz PKG_MIRROR_HASH:=skip endif @@ -25,6 +25,7 @@ include $(INCLUDE_DIR)/package.mk define Package/uspd SECTION:=utils CATEGORY:=Utilities + SUBMENU:=TRx69 TITLE:=USP ubus backend DEPENDS:=+libubox +ubus +libbbfdm endef