diff options
author | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-08-30 08:03:58 +0000 |
---|---|---|
committer | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-08-30 08:03:58 +0000 |
commit | 9d9172331faeee554a14b09172ddc45e0eba356c (patch) | |
tree | 8eeacf83aa45da7719f23be36febb1ef93ccf7df /openwrt/package/Makefile | |
parent | d7b52bb02bcea490585f29b06f1a2e33060cf052 (diff) |
add curl package
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1792 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/Makefile')
-rw-r--r-- | openwrt/package/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/openwrt/package/Makefile b/openwrt/package/Makefile index d081bf98e..cf7945a5a 100644 --- a/openwrt/package/Makefile +++ b/openwrt/package/Makefile @@ -20,6 +20,7 @@ package-$(BR2_PACKAGE_CGILIB) += cgilib package-$(BR2_PACKAGE_CHILLISPOT) += chillispot package-$(BR2_PACKAGE_CIFSMOUNT) += cifsmount package-$(BR2_PACKAGE_CUPS) += cups +package-$(BR2_COMPILE_CURL) += curl package-$(BR2_PACKAGE_CYRUS_SASL) += cyrus-sasl package-$(BR2_PACKAGE_DHCP) += dhcp package-$(BR2_PACKAGE_DHCP_FORWARDER) += dhcp-forwarder @@ -184,6 +185,7 @@ amwall-compile: libamsel-compile arpwatch-compile: libpcap-compile avahi-compile: libdaemon-compile expat-compile bind-compile: openssl-compile +curl-compile: openssl-compile zlib-compile cyrus-sasl-compile: openssl-compile dropbear-compile: zlib-compile dsniff-compile: libnids-compile openssl-compile libgdbm-compile |