let ipkg fail when a package file to be installed is not found
[openwrt/staging/wigyori.git] / openwrt / package / aircrack / Config.in
1 config BR2_PACKAGE_AIRCRACK
2 prompt "aircrack.......................... A set of tools for auditing wireless networks"
3 tristate
4 default m if CONFIG_DEVEL
5 select BR2_PACKAGE_LIBPTHREAD
6 help
7 aircrack is a set of tools for auditing wireless networks:
8
9 * aircrack: static WEP and WPA-PSK key cracker
10 * airdecap: decrypts WEP/WPA capture files
11 * aireplay: 802.11 packet injection program
12 * airodump: 802.11 packet capture program
13
14 http://www.cr0.net:8040/code/network/aircrack/
15