Skip to content

Commit b8ed4db

Browse files
committed
procd-ujail: explicit deps on libuci
procd-ujail is using libuci for getting net interface configuration
1 parent cb367c3 commit b8ed4db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package/system/procd/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ define Package/procd-ujail
6868
SECTION:=base
6969
CATEGORY:=Base system
7070
DEPENDS:=@KERNEL_NAMESPACES +@KERNEL_UTS_NS +@KERNEL_IPC_NS +@KERNEL_PID_NS \
71-
+libubox +libubus +libblobmsg-json
71+
+libubox +libubus +libblobmsg-json +libuci
7272
TITLE:=OpenWrt process jail helper
7373
endef
7474

0 commit comments

Comments
 (0)