[Buildroot] package/hostap

Ulf Samuelsson ulf at atmel.com
Mon Jul 9 03:30:57 UTC 2007


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
 




More information about the buildroot mailing list