summaryrefslogtreecommitdiffstats
path: root/rules/wireless.in
blob: b2f306ed48ba5be4864fac8908d8b01ad37cc118 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
## SECTION=networking

menuconfig WIRELESS
	tristate
	prompt "wireless tools                "
	select LIBC_M
	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.

if WIRELESS

config WIRELESS_SHARED
	bool "Build shared"
	default y
	help
	  Building shared version of wireless tools and
	  installing a shared library libiw.so onto target.

endif