projects
/
openwrt
/
staging
/
stintel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0013723
)
ubus: add a missing dependency
author
Felix Fietkau
<nbd@openwrt.org>
Sun, 10 Jun 2012 20:27:47 +0000
(20:27 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Sun, 10 Jun 2012 20:27:47 +0000
(20:27 +0000)
SVN-Revision: 32174
package/ubus/Makefile
patch
|
blob
|
history
diff --git
a/package/ubus/Makefile
b/package/ubus/Makefile
index ca0e87c8604438811c1baf445768c06b2422dc60..274b9a2fc535c9751b3a9a7ebf047cbeb477caa2 100644
(file)
--- a/
package/ubus/Makefile
+++ b/
package/ubus/Makefile
@@
-28,6
+28,7
@@
define Package/ubusd
CATEGORY:=LuCI2
SUBMENU:=System
TITLE:=OpenWrt RPC daemon
+ DEPENDS:=+libubox
endef
define Package/libubus