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)
 
(One intermediate revision by the same user not shown)
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">
Line 9: Line 12:
 
     [*] Networking  --->
 
     [*] Networking  --->
 
         [*]  wireless tools
 
         [*]  wireless tools
 +
</pre>
 +
 +
<pre class="host">
 +
$ make
 
</pre>
 
</pre>
  

Latest revision as of 16:43, 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
 $ make

Usage

After flashing your rootfs, you can now configure WiFi.

Links