mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
usermngr: added static roles
This commit is contained in:
parent
e28f1a653c
commit
83277d8a0c
2 changed files with 3 additions and 2 deletions
|
|
@ -5,13 +5,13 @@
|
|||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=usermngr
|
||||
PKG_VERSION:=1.2.15
|
||||
PKG_VERSION:=1.2.16
|
||||
|
||||
LOCAL_DEV:=0
|
||||
ifneq ($(LOCAL_DEV),1)
|
||||
PKG_SOURCE_PROTO:=git
|
||||
PKG_SOURCE_URL:=https://dev.iopsys.eu/bbf/usermngr.git
|
||||
PKG_SOURCE_VERSION:=497148226e0ada16656a6971c5e66a023c740e87
|
||||
PKG_SOURCE_VERSION:=8eeff3205a0e2705a9cede28ed215af64aa97e26
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
|
||||
PKG_MIRROR_HASH:=skip
|
||||
endif
|
||||
|
|
|
|||
|
|
@ -2,3 +2,4 @@
|
|||
|
||||
touch /var/run/user_bootstrap
|
||||
touch /var/run/group_bootstrap
|
||||
touch /var/run/role_bootstrap
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue