[Buildroot] [PATCH 2/2] package/wf111: do a direct download

Peter Korsgaard peter at korsgaard.com
Sat Feb 3 19:16:01 UTC 2018


>>>>> "Yann" == Yann E MORIN <yann.morin.1998 at free.fr> writes:

 > We can now do a download without prior registration, so we can drop the
 > requirement for a local, pre-downloaded tarball, now.

 > Signed-off-by: "Yann E. MORIN" <yann.morin.1998 at free.fr>
 > Cc: Julien CORJON <corjon.j at ecagroup.com>
 > Cc: Antoine Ténart <antoine.tenart at free-electrons.com>
 > ---
 >  package/wf111/Config.in | 11 -----------
 >  package/wf111/wf111.mk  |  7 +------
 >  2 files changed, 1 insertion(+), 17 deletions(-)

 > diff --git a/package/wf111/Config.in b/package/wf111/Config.in
 > index 081bd960cb..7b61ea195f 100644
 > --- a/package/wf111/Config.in
 > +++ b/package/wf111/Config.in
 > @@ -19,17 +19,6 @@ config BR2_PACKAGE_WF111
 
 >  	  https://www.silabs.com/products/wireless/wi-fi/wf111-bluegiga-module

When you click on the links on that page you are still served a login
page, but direct download does indeed work.

The question is if we are allowed to redistribute the tarballs?
Otherwise we should set WF111_REDISTRIBUTE = NO

Do you use this package? Looking at the .mk file we have this comment:

# Due to the stupidity of the package Makefile, we can't invoke
# separately the build step and the install step and get a correct
# behavior. So we do everything in the install step.

But as far as I can see, you CAN build the Linux driver outside the
install step (E.G. make all).

Committed, thanks.

-- 
Bye, Peter Korsgaard



More information about the buildroot mailing list