1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-11-18 22:43:53 +01:00

opkg depends on curl

SVN-Revision: 11988
This commit is contained in:
Florian Fainelli 2008-07-29 10:24:32 +00:00
parent 182c9bc339
commit 3832f60af7

@ -22,6 +22,7 @@ include $(INCLUDE_DIR)/package.mk
define Package/opkg define Package/opkg
SECTION:=base SECTION:=base
CATEGORY:=Base system CATEGORY:=Base system
DEPENDS:=+libcurl
TITLE:=opkg package management system TITLE:=opkg package management system
URL:=http://wiki.openmoko.org/wiki/Opkg URL:=http://wiki.openmoko.org/wiki/Opkg
endef endef