uspd: 2.1.29

This commit is contained in:
vdutta 2021-10-25 12:14:32 +05:30
parent d97c335cb5
commit 6ad633cbf4
2 changed files with 9 additions and 3 deletions

View file

@ -1,3 +1,6 @@
if PACKAGE_uspd
menu "Configuration"
config USPD_MAX_MSG_LEN config USPD_MAX_MSG_LEN
int "Maximum message length" int "Maximum message length"
default 10485760 default 10485760
@ -7,3 +10,5 @@ config USPD_MAX_MSG_LEN
This value should not be larger than UBUS_MAX_MSGLEN from ubusd. This value should not be larger than UBUS_MAX_MSGLEN from ubusd.
The maximum blob message length allowed is: The maximum blob message length allowed is:
(configured value - 128) bytes (configured value - 128) bytes
endmenu
endif

View file

@ -5,14 +5,14 @@
include $(TOPDIR)/rules.mk include $(TOPDIR)/rules.mk
PKG_NAME:=uspd PKG_NAME:=uspd
PKG_VERSION:=2.1.28 PKG_VERSION:=2.1.29
LOCAL_DEV:=0 LOCAL_DEV:=0
ifneq ($(LOCAL_DEV),1) ifneq ($(LOCAL_DEV),1)
PKG_SOURCE_PROTO:=git PKG_SOURCE_PROTO:=git
PKG_SOURCE_VERSION:=4f449cc787f07b1543c7e51dc5b3d03de4b3db8f PKG_SOURCE_VERSION:=4cba636fa0870f8c314c7cc0a9574d449f1ac1fc
PKG_SOURCE_URL:=https://dev.iopsys.eu/iopsys/uspd.git 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 PKG_MIRROR_HASH:=skip
endif endif
@ -25,6 +25,7 @@ include $(INCLUDE_DIR)/package.mk
define Package/uspd define Package/uspd
SECTION:=utils SECTION:=utils
CATEGORY:=Utilities CATEGORY:=Utilities
SUBMENU:=TRx69
TITLE:=USP ubus backend TITLE:=USP ubus backend
DEPENDS:=+libubox +ubus +libbbfdm DEPENDS:=+libubox +ubus +libbbfdm
endef endef