diff options
author | Florian Fainelli <florian@openwrt.org> | 2008-07-29 10:24:32 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2008-07-29 10:24:32 +0000 |
commit | 3832f60af7a10f7b0767209978e31e8fe7f28133 (patch) | |
tree | 95911479e9041761c49273213307edc2876d7471 /package | |
parent | 182c9bc3396f93523a456d9070dcae95b35b8c10 (diff) | |
download | upstream-3832f60af7a10f7b0767209978e31e8fe7f28133.tar.gz upstream-3832f60af7a10f7b0767209978e31e8fe7f28133.tar.bz2 upstream-3832f60af7a10f7b0767209978e31e8fe7f28133.zip |
opkg depends on curl
SVN-Revision: 11988
Diffstat (limited to 'package')
-rw-r--r-- | package/opkg/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/opkg/Makefile b/package/opkg/Makefile index b9e3e2979a..ab41ac0995 100644 --- a/package/opkg/Makefile +++ b/package/opkg/Makefile @@ -22,6 +22,7 @@ include $(INCLUDE_DIR)/package.mk define Package/opkg SECTION:=base CATEGORY:=Base system + DEPENDS:=+libcurl TITLE:=opkg package management system URL:=http://wiki.openmoko.org/wiki/Opkg endef |