mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
usermngr: 1.1.3
This commit is contained in:
parent
fea3bd90b4
commit
033b7b9e33
1 changed files with 3 additions and 3 deletions
|
|
@ -5,13 +5,13 @@
|
||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=usermngr
|
PKG_NAME:=usermngr
|
||||||
PKG_VERSION:=1.1.2
|
PKG_VERSION:=1.1.3
|
||||||
|
|
||||||
LOCAL_DEV:=0
|
LOCAL_DEV:=0
|
||||||
ifneq ($(LOCAL_DEV),1)
|
ifneq ($(LOCAL_DEV),1)
|
||||||
PKG_SOURCE_PROTO:=git
|
PKG_SOURCE_PROTO:=git
|
||||||
PKG_SOURCE_URL:=https://dev.iopsys.eu/bbf/usermngr.git
|
PKG_SOURCE_URL:=https://dev.iopsys.eu/bbf/usermngr.git
|
||||||
PKG_SOURCE_VERSION:=467e30c6a41ce4b133284283a7a17d763e6921ff
|
PKG_SOURCE_VERSION:=a1324993295d49023649456d90797e8f43a0c36a
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(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
|
||||||
|
|
@ -27,7 +27,7 @@ define Package/usermngr
|
||||||
SECTION:=utils
|
SECTION:=utils
|
||||||
CATEGORY:=Utilities
|
CATEGORY:=Utilities
|
||||||
SUBMENU:=TRx69
|
SUBMENU:=TRx69
|
||||||
DEPENDS:= +shadow-utils +libbbfdm-api
|
DEPENDS:= +shadow-utils +libbbfdm-api +libcrypt
|
||||||
TITLE:=Package to add Device.Users. datamodel support
|
TITLE:=Package to add Device.Users. datamodel support
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue