summaryrefslogtreecommitdiffstats
path: root/package/libubox
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2011-02-11 02:08:04 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2011-02-11 02:08:04 +0000
commit4867aa3674b804c91069f831340d95e6fd1b8088 (patch)
treecfb01b815c45f44f64df21cc9869f6ce27341e6d /package/libubox
parent4866e95374761837c2849015081f0874d1795a71 (diff)
libubox does not depend on libjson
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25458 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 684ffca1f..c49d6c8f5 100644
--- a/package/libubox/Makefile
+++ b/package/libubox/Makefile
@@ -18,7 +18,7 @@ define Package/libubox
SECTION:=libs
CATEGORY:=Libraries
TITLE:=Basic utility library
- DEPENDS:=+libjson
+ DEPENDS:=
endef