From 07c7aab91061698c92d15e6a0c8d56bab80f2731 Mon Sep 17 00:00:00 2001
From: Felix Fietkau <nbd@openwrt.org>
Date: Fri, 11 Feb 2011 02:08:04 +0000
Subject: [PATCH] libubox does not depend on libjson

SVN-Revision: 25458
---
 package/libubox/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/libubox/Makefile b/package/libubox/Makefile
index 684ffca1f6..c49d6c8f57 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
 
 
-- 
GitLab