summaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2012-06-10 20:27:44 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2012-06-10 20:27:44 +0000
commit6b66e21e4439d0c51d481fdd8dfd8085558e6241 (patch)
tree16c4e0fae98b1bf85e5a4e2324de1443f3be096f /package
parent52f252f7024e69d339384dc267dbac88e41840b6 (diff)
libubox: add a missing dependency
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32173 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-rw-r--r--package/libubox/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/libubox/Makefile b/package/libubox/Makefile
index 0fae4cbef..2d3c1ee60 100644
--- 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