summaryrefslogtreecommitdiffstats
path: root/rules/wireless.in
blob: 6ea79094742777550009407d0ea069a8a9507397 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
menu    "Wireless Tools      "

config WIRELESS
	bool
	prompt "Wireless Tools"
	help
 	  The wireless tools are used to manipulate the 
	  Linux Wireless Extension. The Wireless Extension 
	  is an interface allowing you to set Wireless LAN 
	  specific parameters and get the specific stats.

config WIRELESS_SHARED
	bool "Build shared"
	depends on WIRELESS
	help
	  Building shared version of wireless tools and
	  installing a shared library libiw.so onto target.
	  
source "rules/madwifi.in"
endmenu