Difference between revisions of "Wireless Tools"

From ArmadeusWiki
Jump to: navigation, search
m (New page: How-to install wireless tools. These utilities are needed if you want to play with the WiFi interface of your boards. == Installation == To play with WiFi, select these packages in ''mak...)
 
m (Installation)
Line 3: Line 3:
 
== Installation ==
 
== Installation ==
  
To play with WiFi, select these packages in ''make menuconfig'':
+
To play with WiFi, select these packages in Buildroot's config:
 +
<pre class="host">
 +
$ make menuconfig
 +
</pre>
  
 
<pre class="config">
 
<pre class="config">

Revision as of 16:42, 8 April 2009

How-to install wireless tools. These utilities are needed if you want to play with the WiFi interface of your boards.

Installation

To play with WiFi, select these packages in Buildroot's config:

 $ make menuconfig
 Package Selection for the target  --->
    [*] Networking  --->
        [*]   wireless tools

Usage

After flashing your rootfs, you can now configure WiFi.

Links