[uClibc] Buildroot.

Rob Landley rob at landley.net
Mon Nov 10 08:40:32 UTC 2003


On Sunday 09 November 2003 23:10, tom at ceisystems.com wrote:
> Hello again,
> 	As promised, here's a patch.  This takes care of most (if not
> all) of the download issues.  I'm going to keep digging through the
> files, and will submit patches as I find problems.  This is taken from
> the CVS as of 20 minutes ago (Nov. 09/Nov. 10).
>
> Thomas Cameron
> Cameron Enterprises, Inc.

Cool.

What's this hunk do?

--- buildroot.orig/make/hostap.mk       2003-06-20 08:15:26.000000000 -0400
+++ buildroot.new/make/hostap.mk        2003-11-09 20:05:30.000000000 -0500
@@ -9,7 +9,7 @@
 HOSTAP_TARGET_MODULE_DIR=$(TARGET_DIR)/lib/modules/$(LINUX_VERSION)/hostap

 $(DL_DIR)/$(HOSTAP_SOURCE):
-        $(WGET) -P $(DL_DIR) $(HOSTAP_SOURCE_URL) -O $(DL_DIR)/$(HOSTAP_SOURCE)
+       $(WGET) -P $(DL_DIR) $(HOSTAP_SOURCE_URL) -O $(DL_DIR)/$(HOSTAP_SOURCE)





More information about the uClibc mailing list