projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9db9b0e
)
libubox: add a missing dependency
author
Felix Fietkau
<nbd@openwrt.org>
Sun, 10 Jun 2012 20:27:44 +0000
(20:27 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Sun, 10 Jun 2012 20:27:44 +0000
(20:27 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32173
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/libubox/Makefile
patch
|
blob
|
history
diff --git
a/package/libubox/Makefile
b/package/libubox/Makefile
index
0fae4cb
..
2d3c1ee
100644
(file)
--- a/
package/libubox/Makefile
+++ b/
package/libubox/Makefile
@@
-26,7
+26,7
@@
define Package/libblobmsg-json
SECTION:=libs
CATEGORY:=Libraries
TITLE:=blobmsg <-> json conversion library
- DEPENDS:=+libjson
+ DEPENDS:=+libjson
+libubox
endef
define Package/jshn