Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/2] package/crda: update website infos
@ 2018-07-23 15:10 julien.boibessot at free.fr
  2018-07-23 15:10 ` [Buildroot] [PATCH 2/2] package/ti-utils: " julien.boibessot at free.fr
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: julien.boibessot at free.fr @ 2018-07-23 15:10 UTC (permalink / raw)
  To: buildroot

From: Julien BOIBESSOT <julien.boibessot@armadeus.com>

Now Linux wireless infos are on corresponding wiki.

Signed-off-by: Julien BOIBESSOT <julien.boibessot@armadeus.com>
---
 package/crda/Config.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/crda/Config.in b/package/crda/Config.in
index b9a2613..469fa77 100644
--- a/package/crda/Config.in
+++ b/package/crda/Config.in
@@ -15,7 +15,7 @@ config BR2_PACKAGE_CRDA
 	  query and apply the regulatory domain settings wireless
 	  devices may operate within for a given location.
 
-	  http://linuxwireless.org/en/developers/Regulatory/CRDA
+	  https://wireless.wiki.kernel.org/en/developers/regulatory/crda
 
 comment "crda needs a toolchain w/ threads, dynamic library"
 	depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS
-- 
2.1.4

^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [Buildroot] [PATCH 2/2] package/ti-utils: update website infos
  2018-07-23 15:10 [Buildroot] [PATCH 1/2] package/crda: update website infos julien.boibessot at free.fr
@ 2018-07-23 15:10 ` julien.boibessot at free.fr
  2018-08-23 19:21   ` Peter Korsgaard
  2018-07-25 20:56 ` [Buildroot] [PATCH 1/2] package/crda: " Thomas Petazzoni
  2018-08-23 19:20 ` Peter Korsgaard
  2 siblings, 1 reply; 5+ messages in thread
From: julien.boibessot at free.fr @ 2018-07-23 15:10 UTC (permalink / raw)
  To: buildroot

From: Julien BOIBESSOT <julien.boibessot@armadeus.com>

As kernel wireless wiki doesn't seem to have the doc about wl12xx calibration,
points to a backup of the old site.

Signed-off-by: Julien BOIBESSOT <julien.boibessot@armadeus.com>
---
 package/ti-utils/Config.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/ti-utils/Config.in b/package/ti-utils/Config.in
index 0b75c4d..9923234 100644
--- a/package/ti-utils/Config.in
+++ b/package/ti-utils/Config.in
@@ -6,7 +6,7 @@ config BR2_PACKAGE_TI_UTILS
 	  The calibrator and other useful utilities for TI wireless
 	  solution, based on wl12xx driver.
 
-	  http://linuxwireless.org/en/users/Drivers/wl12xx/calibrator
+	  http://linuxwireless.sipsolutions.net/en/users/Drivers/wl12xx/calibrator/
 
 comment "ti-utils needs a toolchain w/ threads"
 	depends on !BR2_TOOLCHAIN_HAS_THREADS
-- 
2.1.4

^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [Buildroot] [PATCH 1/2] package/crda: update website infos
  2018-07-23 15:10 [Buildroot] [PATCH 1/2] package/crda: update website infos julien.boibessot at free.fr
  2018-07-23 15:10 ` [Buildroot] [PATCH 2/2] package/ti-utils: " julien.boibessot at free.fr
@ 2018-07-25 20:56 ` Thomas Petazzoni
  2018-08-23 19:20 ` Peter Korsgaard
  2 siblings, 0 replies; 5+ messages in thread
From: Thomas Petazzoni @ 2018-07-25 20:56 UTC (permalink / raw)
  To: buildroot

Hello,

On Mon, 23 Jul 2018 17:10:11 +0200, julien.boibessot at free.fr wrote:
> From: Julien BOIBESSOT <julien.boibessot@armadeus.com>
> 
> Now Linux wireless infos are on corresponding wiki.
> 
> Signed-off-by: Julien BOIBESSOT <julien.boibessot@armadeus.com>
> ---
>  package/crda/Config.in | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Both applied, thanks!

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin (formerly Free Electrons)
Embedded Linux and Kernel engineering
https://bootlin.com

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Buildroot] [PATCH 1/2] package/crda: update website infos
  2018-07-23 15:10 [Buildroot] [PATCH 1/2] package/crda: update website infos julien.boibessot at free.fr
  2018-07-23 15:10 ` [Buildroot] [PATCH 2/2] package/ti-utils: " julien.boibessot at free.fr
  2018-07-25 20:56 ` [Buildroot] [PATCH 1/2] package/crda: " Thomas Petazzoni
@ 2018-08-23 19:20 ` Peter Korsgaard
  2 siblings, 0 replies; 5+ messages in thread
From: Peter Korsgaard @ 2018-08-23 19:20 UTC (permalink / raw)
  To: buildroot

>>>>> "julien" == julien boibessot <julien.boibessot@free.fr> writes:

 > From: Julien BOIBESSOT <julien.boibessot@armadeus.com>
 > Now Linux wireless infos are on corresponding wiki.

 > Signed-off-by: Julien BOIBESSOT <julien.boibessot@armadeus.com>

Committed to 2018.02.x and 2018.05.x, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Buildroot] [PATCH 2/2] package/ti-utils: update website infos
  2018-07-23 15:10 ` [Buildroot] [PATCH 2/2] package/ti-utils: " julien.boibessot at free.fr
@ 2018-08-23 19:21   ` Peter Korsgaard
  0 siblings, 0 replies; 5+ messages in thread
From: Peter Korsgaard @ 2018-08-23 19:21 UTC (permalink / raw)
  To: buildroot

>>>>> "julien" == julien boibessot <julien.boibessot@free.fr> writes:

 > From: Julien BOIBESSOT <julien.boibessot@armadeus.com>
 > As kernel wireless wiki doesn't seem to have the doc about wl12xx calibration,
 > points to a backup of the old site.

 > Signed-off-by: Julien BOIBESSOT <julien.boibessot@armadeus.com>

Committed to 2018.02.x and 2018.05.x, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2018-08-23 19:21 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-07-23 15:10 [Buildroot] [PATCH 1/2] package/crda: update website infos julien.boibessot at free.fr
2018-07-23 15:10 ` [Buildroot] [PATCH 2/2] package/ti-utils: " julien.boibessot at free.fr
2018-08-23 19:21   ` Peter Korsgaard
2018-07-25 20:56 ` [Buildroot] [PATCH 1/2] package/crda: " Thomas Petazzoni
2018-08-23 19:20 ` Peter Korsgaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox