Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] svn commit: trunk/buildroot/package/hostap
@ 2007-07-09  4:59 ulf at uclibc.org
  2007-07-09  8:18 ` Cristian Ionescu-Idbohrn
  0 siblings, 1 reply; 8+ messages in thread
From: ulf at uclibc.org @ 2007-07-09  4:59 UTC (permalink / raw)
  To: buildroot

Author: ulf
Date: 2007-07-08 21:59:45 -0700 (Sun, 08 Jul 2007)
New Revision: 19051

Log:
WGET_NOSPIDERS is not defined, use WGET for now

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:40:53 UTC (rev 19050)
+++ trunk/buildroot/package/hostap/hostap.mk	2007-07-09 04:59:45 UTC (rev 19051)
@@ -9,7 +9,7 @@
 HOSTAP_DIR=$(BUILD_DIR)/hostapd-$(HOSTAP_VERSION)
 
 $(DL_DIR)/$(HOSTAP_SOURCE):
-	$(WGET_NOSPIDERS) -P $(DL_DIR) $(HOSTAP_SITE)/$(HOSTAP_SOURCE)
+	$(WGET) -P $(DL_DIR) $(HOSTAP_SITE)/$(HOSTAP_SOURCE)
 
 hostap-source: $(DL_DIR)/$(HOSTAP_SOURCE)
 

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2007-07-15 12:41 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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-07-09 10:23           ` [Buildroot] make source-check Bernhard Fischer
2007-07-15 12:41             ` Cristian Ionescu-Idbohrn

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox