diff options
author | Felix Fietkau <nbd@openwrt.org> | 2008-02-03 07:00:22 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2008-02-03 07:00:22 +0000 |
commit | 1f224fac8a0e11b3ae45a2755f3880d0043aa762 (patch) | |
tree | c069888ae5dfa50d7094c6d38fe1b15770a16895 /package/uci | |
parent | 0cf1a58282bacda7552d294e0f99562ece74cf22 (diff) | |
download | upstream-1f224fac8a0e11b3ae45a2755f3880d0043aa762.tar.gz upstream-1f224fac8a0e11b3ae45a2755f3880d0043aa762.tar.bz2 upstream-1f224fac8a0e11b3ae45a2755f3880d0043aa762.zip |
fix copy&paste bug
SVN-Revision: 10368
Diffstat (limited to 'package/uci')
-rw-r--r-- | package/uci/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
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 |