diff options
author | Felix Fietkau <nbd@openwrt.org> | 2011-02-11 02:08:04 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2011-02-11 02:08:04 +0000 |
commit | 3ee6681c395299fc23b39e08170da8993835db33 (patch) | |
tree | cfb01b815c45f44f64df21cc9869f6ce27341e6d /package/libubox | |
parent | 032c276fd00977e7252bb39f72e7e32eb277dc66 (diff) | |
download | upstream-3ee6681c395299fc23b39e08170da8993835db33.tar.gz upstream-3ee6681c395299fc23b39e08170da8993835db33.tar.bz2 upstream-3ee6681c395299fc23b39e08170da8993835db33.zip |
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/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |