projects
/
openwrt
/
staging
/
chunkeey.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0ff0b6a
)
ubus: add a missing dependency
author
Felix Fietkau
<nbd@openwrt.org>
Mon, 28 Feb 2011 16:17:00 +0000
(16:17 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Mon, 28 Feb 2011 16:17:00 +0000
(16:17 +0000)
SVN-Revision: 25792
package/ubus/Makefile
patch
|
blob
|
history
diff --git
a/package/ubus/Makefile
b/package/ubus/Makefile
index d7dd1db45bef45b6217af85cb2543b6a640141cc..b339250090cdff347ee631a6e3af29e44ce09e70 100644
(file)
--- a/
package/ubus/Makefile
+++ b/
package/ubus/Makefile
@@
-18,7
+18,7
@@
define Package/ubus
SECTION:=luci2
CATEGORY:=LuCI2
SUBMENU:=System
- DEPENDS:=+libubus +ubusd
+ DEPENDS:=+libubus +
libblobmsg-json +
ubusd
TITLE:=OpenWrt RPC client utility
endef