Skip to content

Commit

Permalink
procd: make rpcd dependency conditional
Browse files Browse the repository at this point in the history
Avoids building rpcd when not needed

Signed-off-by: Felix Fietkau <nbd@nbd.name>
  • Loading branch information
nbd168 committed Nov 4, 2021
1 parent 9faa22f commit 1cead21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/system/procd/Makefile
Expand Up @@ -89,7 +89,7 @@ endef
define Package/uxc
SECTION:=base
CATEGORY:=Base system
DEPENDS:=+procd-ujail +libubus +libubox +libblobmsg-json +blockd +rpcd
DEPENDS:=+procd-ujail +libubus +libubox +libblobmsg-json +blockd +PACKAGE_uxc:rpcd
TITLE:=OpenWrt container management
MAINTAINER:=Daniel Golle <daniel@makrotopia.org>
endef
Expand Down

0 comments on commit 1cead21

Please sign in to comment.