Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] package/hostap
@ 2007-07-08 20:39 Cristian Ionescu-Idbohrn
  2007-07-09  3:30 ` Ulf Samuelsson
  0 siblings, 1 reply; 2+ messages in thread
From: Cristian Ionescu-Idbohrn @ 2007-07-08 20:39 UTC (permalink / raw)
  To: buildroot

Won't do too much good, as:

* the hostap driver is part of the kernel nowadays
* the tarball has changed directory structure

but this will at least get the download right :)

===================================================================
--- package/hostap/hostap.mk	(revision 19046)
+++ package/hostap/hostap.mk	(working copy)
@@ -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)


-- 
Cristian

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

* [Buildroot] package/hostap
  2007-07-08 20:39 [Buildroot] package/hostap Cristian Ionescu-Idbohrn
@ 2007-07-09  3:30 ` Ulf Samuelsson
  0 siblings, 0 replies; 2+ messages in thread
From: Ulf Samuelsson @ 2007-07-09  3:30 UTC (permalink / raw)
  To: buildroot

s?n 2007-07-08 klockan 22:39 +0200 skrev Cristian Ionescu-Idbohrn:
> Won't do too much good, as:
> 
> * the hostap driver is part of the kernel nowadays
> * the tarball has changed directory structure
> 
> but this will at least get the download right :)
> 
> ===================================================================
> --- package/hostap/hostap.mk	(revision 19046)
> +++ package/hostap/hostap.mk	(working copy)
> @@ -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)
> 
> 


OK Applied, but I now find that WGET_NOSPIDERS is not defined.
I am going to redefine to WGET until you send a definition
of WGET_NOSPIDERS...
BR
Ulf
 

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

end of thread, other threads:[~2007-07-09  3:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-07-08 20:39 [Buildroot] package/hostap Cristian Ionescu-Idbohrn
2007-07-09  3:30 ` Ulf Samuelsson

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