mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2026-03-14 21:10:11 +01:00
rulengd: do not depend on json-c, already depending on libjson-c
This commit is contained in:
parent
e39fc84722
commit
050187987f
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ include $(INCLUDE_DIR)/cmake.mk
|
|||
define Package/rulengd
|
||||
CATEGORY:=Utilities
|
||||
TITLE:=RuleEngine daemon
|
||||
DEPENDS:=+ubox +uci +ubus +json-c +libjson-c
|
||||
DEPENDS:=+ubox +uci +ubus +libjson-c
|
||||
MENU:=1
|
||||
endef
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue