[Buildroot] [git commit] package/wf111: do a direct download

Peter Korsgaard peter at korsgaard.com
Sat Feb 3 19:05:59 UTC 2018


commit: https://git.buildroot.net/buildroot/commit/?id=65fe1c7c5e94df25f14d4cddd76c8902586b3118
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

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>
Signed-off-by: Peter Korsgaard <peter at korsgaard.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
 
-if BR2_PACKAGE_WF111
-
-config BR2_PACKAGE_WF111_TARBALL_PATH
-	string "Local tarball location"
-	help
-	  The WF111 tarball can be retrieved on the Silicon Labs
-	  website after registration. This option specifies the path
-	  where the tarball is locally saved.
-
-endif
-
 comment "wf111 needs a glibc toolchain"
 	depends on BR2_LINUX_KERNEL
 	depends on BR2_ARM_CPU_ARMV5 || BR2_ARM_CPU_ARMV7A || BR2_i386
diff --git a/package/wf111/wf111.mk b/package/wf111/wf111.mk
index 5178944fa3..72526333fd 100644
--- a/package/wf111/wf111.mk
+++ b/package/wf111/wf111.mk
@@ -5,14 +5,9 @@
 ################################################################################
 
 WF111_VERSION = 5-2-2-r3
-WF111_SITE_METHOD = file
-WF111_SITE = $(call qstrip,$(BR2_PACKAGE_WF111_TARBALL_PATH))
+WF111_SITE = https://www.silabs.com/documents/login/software
 WF111_DEPENDENCIES = linux
 
-ifeq ($(BR2_PACKAGE_WF111)$(call qstrip,$(BR2_PACKAGE_WF111_TARBALL_PATH)),y)
-$(error No tarball location specified, check BR2_PACKAGE_WF111_TARBALL_PATH)
-endif
-
 ifeq ($(BR2_ARM_CPU_ARMV7A),y)
 WF111_SOURCE = wf111-linux-driver-$(WF111_VERSION)-armv7-a.tar.gz
 else ifeq ($(BR2_ARM_CPU_ARMV5),y)


More information about the buildroot mailing list