diff options
author | Arnout Vandecappelle <arnout@mind.be> | 2016-05-18 21:28:43 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-05-24 15:15:13 +0200 |
commit | d008913bb95810c83c9e711577476b70802ff8d2 (patch) | |
tree | 328dcb9396210d9068855495ccba46ee8d682bae | |
parent | 00680faa00f56c16686b1671f6fbf3c1a1530f63 (diff) | |
download | buildroot-d008913bb95810c83c9e711577476b70802ff8d2.tar.gz buildroot-d008913bb95810c83c9e711577476b70802ff8d2.zip |
aircrack-ng: mention script dependencies in the help text
aircrack-ng has some scripts (airmon-ng, airmon-zc) that use external
tools for their functionality. We don't select the corresponding
packages because some of the other aircrack-ng tools don't need these
at all.
Still, the user should be informed of this. So update the help text to
refer to all packages used by the scripts:
- ethtool
- iw
- rfkill
- util-linux for lspci and lsusb (script uses options not available in
busybox)
- wireless_tools for iwconfig and iwpriv
See also bug #8936
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Cc: lipkegu@gmail.com
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r-- | package/aircrack-ng/Config.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/package/aircrack-ng/Config.in b/package/aircrack-ng/Config.in index bb100b8851..00ce4e48b7 100644 --- a/package/aircrack-ng/Config.in +++ b/package/aircrack-ng/Config.in @@ -10,6 +10,9 @@ config BR2_PACKAGE_AIRCRACK_NG help A set of tools for auditing wireless networks + For complete functionality, also select ethtool, iw, rfkill, + util-linux utilities, and wireless_tools. + http://www.aircrack-ng.org/ comment "aircrack-ng needs a toolchain w/ threads" |