summaryrefslogtreecommitdiffstats
path: root/package/system/procd/Makefile
diff options
context:
space:
mode:
authorDaniel Golle <daniel@makrotopia.org>2021-08-15 17:41:59 +0100
committerDaniel Golle <daniel@makrotopia.org>2021-08-15 18:08:37 +0100
commit5c13177c55d068dec3e58f8f37c1c78502f73d3d (patch)
treeb8c3249b62e215936d8aec50024d1bd3705c261e /package/system/procd/Makefile
parent09fccdb99e118b48b0b565a35a7806998c5762e2 (diff)
downloadopenwrt-5c13177c55d068dec3e58f8f37c1c78502f73d3d.tar.gz
openwrt-5c13177c55d068dec3e58f8f37c1c78502f73d3d.tar.bz2
openwrt-5c13177c55d068dec3e58f8f37c1c78502f73d3d.zip
procd: add missing dependency and fix empty mount triggers
procd.sh: Instead of triggering on every mount.add event, there should be no mount trigger at all in case none of the directories passed to procd_add_*_mount_trigger() are located on a mountpoint configured in /etc/config/fstab. uxc: add missing dependency on rpcd. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Diffstat (limited to 'package/system/procd/Makefile')
-rw-r--r--package/system/procd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/system/procd/Makefile b/package/system/procd/Makefile
index e55d7755eb..98f1ed1775 100644
--- a/package/system/procd/Makefile
+++ b/package/system/procd/Makefile
@@ -90,7 +90,7 @@ endef
define Package/uxc
SECTION:=base
CATEGORY:=Base system
- DEPENDS:=+procd-ujail +libubus +libubox +libblobmsg-json +blockd
+ DEPENDS:=+procd-ujail +libubus +libubox +libblobmsg-json +blockd +rpcd
TITLE:=OpenWrt container management
MAINTAINER:=Daniel Golle <daniel@makrotopia.org>
endef