]> git.enpas.org Git - openwrt.git/commitdiff
libubox does not depend on libjson
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 11 Feb 2011 02:08:04 +0000 (02:08 +0000)
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 11 Feb 2011 02:08:04 +0000 (02:08 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25458 3c298f89-4303-0410-b956-a3cf2f4a3e73

package/libubox/Makefile

index 684ffca1f6d18509ca49cbfd57b9503a8f4817de..c49d6c8f577e4c7e627375bb167adcf8cc2001d8 100644 (file)
@@ -18,7 +18,7 @@ define Package/libubox
   SECTION:=libs
   CATEGORY:=Libraries
   TITLE:=Basic utility library
-  DEPENDS:=+libjson
+  DEPENDS:=
 endef