projects
/
openwrt
/
svn-archive
/
archive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ff56de2
)
opkg depends on curl
author
Florian Fainelli
<florian@openwrt.org>
Tue, 29 Jul 2008 10:24:32 +0000
(10:24 +0000)
committer
Florian Fainelli
<florian@openwrt.org>
Tue, 29 Jul 2008 10:24:32 +0000
(10:24 +0000)
SVN-Revision: 11988
package/opkg/Makefile
patch
|
blob
|
history
diff --git
a/package/opkg/Makefile
b/package/opkg/Makefile
index b9e3e2979a2368f2115475c32f7fb27de079b082..ab41ac09954f05c3746574172767749c74db292e 100644
(file)
--- 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