From: Florian Fainelli Date: Tue, 29 Jul 2008 10:24:32 +0000 (+0000) Subject: opkg depends on curl X-Git-Url: http://git.archive.openwrt.org/?a=commitdiff_plain;h=ce9e31505190a7f3167d098221cbca63b8989abf;p=15.05%2Fopenwrt.git opkg depends on curl git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11988 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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