aboutsummaryrefslogtreecommitdiffstats
path: root/package/opkg
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2008-07-29 10:24:32 +0000
committerFlorian Fainelli <florian@openwrt.org>2008-07-29 10:24:32 +0000
commitce9e31505190a7f3167d098221cbca63b8989abf (patch)
treec5d6bf7d9093052ad805df7b2af7f378fd2ed504 /package/opkg
parenta30e4ad9650a85690590a92bcff65760c5b8fd48 (diff)
downloadupstream-ce9e31505190a7f3167d098221cbca63b8989abf.tar.gz
upstream-ce9e31505190a7f3167d098221cbca63b8989abf.tar.bz2
upstream-ce9e31505190a7f3167d098221cbca63b8989abf.zip
opkg depends on curl
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11988 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/opkg')
-rw-r--r--package/opkg/Makefile1
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