From: nbd Date: Fri, 11 Feb 2011 02:08:04 +0000 (+0000) Subject: libubox does not depend on libjson X-Git-Tag: fast2504n-3.10.28-merged~9758 X-Git-Url: https://git.enpas.org/?a=commitdiff_plain;h=4867aa3674b804c91069f831340d95e6fd1b8088;p=openwrt.git libubox does not depend on libjson git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25458 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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