uspd: 2.2.22

This commit is contained in:
vdutta 2022-12-07 19:24:59 +05:30
parent 5c94394a6b
commit 07bf2de658
2 changed files with 3 additions and 2 deletions

View file

@ -5,13 +5,13 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=uspd
PKG_VERSION:=2.2.21
PKG_VERSION:=2.2.22
LOCAL_DEV:=0
ifneq ($(LOCAL_DEV),1)
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL:=https://dev.iopsys.eu/iopsys/uspd.git
PKG_SOURCE_VERSION:=8c4ab6aa9d05181c4ef2a288853764dca9625c4e
PKG_SOURCE_VERSION:=828abe8f0234eb7cd36115bb2e4a5b4113c0510f
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
PKG_MIRROR_HASH:=skip
endif

View file

@ -3,3 +3,4 @@ config uspd 'usp'
option debug '0'
option loglevel '1'
option refresh_time '5'
option transaction_timeout '10'