[openwrt/openwrt] procd: also depend on jshn
LEDE Commits
lede-commits at lists.infradead.org
Sun Dec 6 03:18:38 EST 2020
aparcar pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/13961da6ceeb23879e96726d7bfbf498915064b6
commit 13961da6ceeb23879e96726d7bfbf498915064b6
Author: Sven Roederer <devel-sven at geroedel.de>
AuthorDate: Sat Dec 5 23:15:53 2020 +0100
procd: also depend on jshn
fixes "file no found" error on stripped down images, caused by prod.sh:43.
Signed-off-by: Sven Roederer <devel-sven at geroedel.de>
---
package/system/procd/Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/package/system/procd/Makefile b/package/system/procd/Makefile
index a0e6285ca1..ed73587056 100644
--- a/package/system/procd/Makefile
+++ b/package/system/procd/Makefile
@@ -8,7 +8,7 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=procd
-PKG_RELEASE:=1
+PKG_RELEASE:=2
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL=$(PROJECT_GIT)/project/procd.git
@@ -45,7 +45,7 @@ define Package/procd/Default
SECTION:=base
CATEGORY:=Base system
DEPENDS:=+ubusd +ubus +libjson-script +ubox +USE_GLIBC:librt +libubox \
- +libubus +libblobmsg-json +libjson-c
+ +libubus +libblobmsg-json +libjson-c +jshn
TITLE:=OpenWrt system process manager
USERID:=:dialout=20 :audio=29
endef
More information about the lede-commits
mailing list