summaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
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