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

config WIRELESS
        bool
        prompt "Wireless Tools"

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