From: ulf at uclibc.org <ulf@uclibc.org>
To: buildroot@busybox.net
Subject: [Buildroot] svn commit: trunk/buildroot/package/hostap
Date: Sun, 8 Jul 2007 21:40:53 -0700 (PDT) [thread overview]
Message-ID: <20070709044053.6AE9BA6884@busybox.net> (raw)
Author: ulf
Date: 2007-07-08 21:40:53 -0700 (Sun, 08 Jul 2007)
New Revision: 19050
Log:
Use hostap release version instead of snapshot
Modified:
trunk/buildroot/package/hostap/hostap.mk
Changeset:
Modified: trunk/buildroot/package/hostap/hostap.mk
===================================================================
--- trunk/buildroot/package/hostap/hostap.mk 2007-07-09 04:29:35 UTC (rev 19049)
+++ trunk/buildroot/package/hostap/hostap.mk 2007-07-09 04:40:53 UTC (rev 19050)
@@ -3,12 +3,13 @@
# hostap
#
#############################################################
-HOSTAP_SOURCE_URL=http://hostap.epitest.fi/cgi-bin/viewcvs.cgi/hostap/hostap.tar.gz?tarball=1
-HOSTAP_SOURCE=hostap.tar.gz
-HOSTAP_DIR=$(BUILD_DIR)/hostap-snapshot
+HOSTAP_VERSION=0.5.8
+HOSTAP_SOURCE=hostapd-$(HOSTAP_VERSION).tar.gz
+HOSTAP_SITE=http://hostap.epitest.fi/releases
+HOSTAP_DIR=$(BUILD_DIR)/hostapd-$(HOSTAP_VERSION)
$(DL_DIR)/$(HOSTAP_SOURCE):
- $(WGET) -P $(DL_DIR) $(HOSTAP_SOURCE_URL) -O $(DL_DIR)/$(HOSTAP_SOURCE)
+ $(WGET_NOSPIDERS) -P $(DL_DIR) $(HOSTAP_SITE)/$(HOSTAP_SOURCE)
hostap-source: $(DL_DIR)/$(HOSTAP_SOURCE)
next reply other threads:[~2007-07-09 4:40 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-07-09 4:40 ulf at uclibc.org [this message]
-- strict thread matches above, loose matches on Subject: below --
2007-07-09 4:59 [Buildroot] svn commit: trunk/buildroot/package/hostap ulf at uclibc.org
2007-07-09 8:18 ` Cristian Ionescu-Idbohrn
2007-07-09 9:13 ` Bernhard Fischer
2007-07-09 9:32 ` Cristian Ionescu-Idbohrn
2007-07-09 9:40 ` Bernhard Fischer
2007-07-09 10:01 ` Cristian Ionescu-Idbohrn
2007-08-28 21:09 ulf at uclibc.org
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20070709044053.6AE9BA6884@busybox.net \
--to=ulf@uclibc.org \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox