From: Felix Fietkau <nbd@openwrt.org>
Date: Sun, 3 Feb 2008 07:00:22 +0000 (+0000)
Subject: fix copy&paste bug
X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=1f224fac8a0e11b3ae45a2755f3880d0043aa762;p=openwrt%2Fstaging%2Fwigyori.git

fix copy&paste bug

SVN-Revision: 10368
---

diff --git a/package/uci/Makefile b/package/uci/Makefile
index f4bd07f93f..616f46fa46 100644
--- a/package/uci/Makefile
+++ b/package/uci/Makefile
@@ -24,7 +24,6 @@ DEBUG=
 define Package/libuci
   SECTION:=libs
   CATEGORY:=Libraries
-  DEPENDS:=+libuci
   TITLE:=C library for the Unified Configuration Interface (UCI)
 endef