diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-06-10 20:27:44 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-06-10 20:27:44 +0000 |
commit | 6b66e21e4439d0c51d481fdd8dfd8085558e6241 (patch) | |
tree | 16c4e0fae98b1bf85e5a4e2324de1443f3be096f /package | |
parent | 52f252f7024e69d339384dc267dbac88e41840b6 (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/Makefile | 2 |
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 |