|
@@ -8,7 +8,7 @@
|
|
include $(TOPDIR)/rules.mk
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
|
|
PKG_NAME:=procd
|
|
PKG_NAME:=procd
|
|
-PKG_RELEASE:=1
|
|
|
|
|
|
+PKG_RELEASE:=2
|
|
|
|
|
|
PKG_SOURCE_PROTO:=git
|
|
PKG_SOURCE_PROTO:=git
|
|
PKG_SOURCE_URL=$(PROJECT_GIT)/project/procd.git
|
|
PKG_SOURCE_URL=$(PROJECT_GIT)/project/procd.git
|
|
@@ -45,6 +45,7 @@ define Package/procd
|
|
CATEGORY:=Base system
|
|
CATEGORY:=Base system
|
|
DEPENDS:=+ubusd +ubus +libjson-script +ubox +USE_GLIBC:librt +libubox +libubus
|
|
DEPENDS:=+ubusd +ubus +libjson-script +ubox +USE_GLIBC:librt +libubox +libubus
|
|
TITLE:=OpenWrt system process manager
|
|
TITLE:=OpenWrt system process manager
|
|
|
|
+ USERID:=:dialout=20 :audio=29
|
|
endef
|
|
endef
|
|
|
|
|
|
define Package/procd-ujail
|
|
define Package/procd-ujail
|