diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-05-16 18:41:16 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-05-16 18:41:16 +0000 |
commit | 12ed01d836407ddef7dd449c87a9dc8655d983f5 (patch) | |
tree | 53fcae1a01acbe0a5a2816ef2260f6c3c295e962 /package/Makefile | |
parent | da6c1247933d1659e26d448aa9900909271b3a23 (diff) | |
download | upstream-12ed01d836407ddef7dd449c87a9dc8655d983f5.tar.gz upstream-12ed01d836407ddef7dd449c87a9dc8655d983f5.tar.bz2 upstream-12ed01d836407ddef7dd449c87a9dc8655d983f5.zip |
Add lighttpd package
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@917 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/Makefile')
-rw-r--r-- | package/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/Makefile b/package/Makefile index 16a551e8d5..2de4eaf076 100644 --- a/package/Makefile +++ b/package/Makefile @@ -88,6 +88,7 @@ package-$(BR2_PACKAGE_SIPROXD) += siproxd package-$(BR2_PACKAGE_SIPSAK) += sipsak package-$(BR2_PACKAGE_HTPDATE) += htpdate package-$(BR2_PACKAGE_HOWL) += howl +package-$(BR2_PACKAGE_LIGHTTPD) += lighttpd package-$(BR2_PACKAGE_OSIRISD) += osiris package-$(BR2_PACKAGE_PMACCT) += pmacct package-$(BR2_PACKAGE_ULOGD) += ulogd @@ -140,6 +141,7 @@ cyrus-sasl-compile: openssl-compile openldap-compile: cyrus-sasl-compile openssl-compile siproxd-compile: libosip2-compile sipsak-compile: openssl-compile +lighttpd-compile: openssl-compile pcre-compile osiris-compile: openssl-compile pmacct-compile: libpcap-compile |