summaryrefslogtreecommitdiffstats
path: root/rules/lighttpd.make
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2009-11-30 10:57:28 +0100
committerMarc Kleine-Budde <mkl@pengutronix.de>2009-11-30 11:01:52 +0100
commit5c3f6aa248d7003e5aa6459648d7ec26324519a5 (patch)
tree191d2a64fe846394e1a41acd26a4a8f11d61d42e /rules/lighttpd.make
parent8bbbbc20de086b2a3a4c8b05513ef92c15374eed (diff)
downloadptxdist-5c3f6aa248d7003e5aa6459648d7ec26324519a5.tar.gz
ptxdist-5c3f6aa248d7003e5aa6459648d7ec26324519a5.tar.xz
[lighttpd] fixed download URL
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
Diffstat (limited to 'rules/lighttpd.make')
-rw-r--r--rules/lighttpd.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/lighttpd.make b/rules/lighttpd.make
index 16e348909..583625edc 100644
--- a/rules/lighttpd.make
+++ b/rules/lighttpd.make
@@ -20,7 +20,7 @@ PACKAGES-$(PTXCONF_LIGHTTPD) += lighttpd
LIGHTTPD_VERSION := 1.4.25
LIGHTTPD := lighttpd-$(LIGHTTPD_VERSION)
LIGHTTPD_SUFFIX := tar.bz2
-LIGHTTPD_URL := http://www.lighttpd.net/download/$(LIGHTTPD).$(LIGHTTPD_SUFFIX)
+LIGHTTPD_URL := http://download.lighttpd.net/lighttpd/releases-1.4.x/$(LIGHTTPD).$(LIGHTTPD_SUFFIX)
LIGHTTPD_SOURCE := $(SRCDIR)/$(LIGHTTPD).$(LIGHTTPD_SUFFIX)
LIGHTTPD_DIR := $(BUILDDIR)/$(LIGHTTPD)