aboutsummaryrefslogtreecommitdiffstats
path: root/package/libubox
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2012-06-10 20:27:44 +0000
committerFelix Fietkau <nbd@openwrt.org>2012-06-10 20:27:44 +0000
commit27fe8944621446ef3b75a7e660e5b39f51fbb535 (patch)
tree16c4e0fae98b1bf85e5a4e2324de1443f3be096f /package/libubox
parent9db9b0ede7e43c448d915210f47ed72aaddca11d (diff)
downloadupstream-27fe8944621446ef3b75a7e660e5b39f51fbb535.tar.gz
upstream-27fe8944621446ef3b75a7e660e5b39f51fbb535.tar.bz2
upstream-27fe8944621446ef3b75a7e660e5b39f51fbb535.zip
libubox: add a missing dependency
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32173 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/libubox')
-rw-r--r--package/libubox/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/libubox/Makefile b/package/libubox/Makefile
index 0fae4cbef2..2d3c1ee606 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