[Buildroot] svn commit: trunk/buildroot/package/hostap

Cristian Ionescu-Idbohrn cristian.ionescu-idbohrn at axis.com
Mon Jul 9 08:18:21 UTC 2007


On Sun, 8 Jul 2007, ulf at uclibc.org wrote:

> 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)

Alright.  The problem here is that the wget '--spider' option does just
what the man-page says:

  --spider
      When invoked with this option, Wget will behave as a Web spider,
      which means that it will not download the pages, just check that
      they are there.

and hostap.epitest.fi replies accordingly, saying the file is there and
shows its size too.

  # make hostap-source
  wget --passive-ftp -nd --spider -P /data/cii/buildroot/buildroot/dl
  http://hostap.epitest.fi/releases/hostapd-0.5.8.tar.gz
  --09:59:41--  http://hostap.epitest.fi/releases/hostapd-0.5.8.tar.gz
             => `/data/cii/buildroot/buildroot/dl/hostapd-0.5.8.tar.gz'
  Resolving hostap.epitest.fi... 204.152.186.63
  Connecting to hostap.epitest.fi|204.152.186.63|:80... connected.
  HTTP request sent, awaiting response... 200 OK
  Length: 459,253 (448K) [application/x-tar]
  200 OK

Nothing is downloaded.  Patch attached.


-- 
Cristian
-------------- next part --------------
A non-text attachment was scrubbed...
Name: hostap.mk.patch
Type: text/x-diff
Size: 563 bytes
Desc: 
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20070709/d1189220/attachment.patch>


More information about the buildroot mailing list