mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-03-11 15:28:18 +01:00
procd: make rpcd dependency conditional
Avoids building rpcd when not needed Signed-off-by: Felix Fietkau <nbd@nbd.name>
This commit is contained in:
parent
9faa22fcee
commit
1cead21e8b
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue