From: Florian Fainelli Date: Tue, 29 Jul 2008 10:24:32 +0000 (+0000) Subject: opkg depends on curl X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=3832f60af7a10f7b0767209978e31e8fe7f28133;p=lede.git opkg depends on curl SVN-Revision: 11988 --- 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