board/csky: fixup gdb instructions in readme.txt
[buildroot-gz.git] / package / wavemon / Config.in
blobe073dee96f2dce07c3b71ad7ca19ba25814c2ffc
1 config BR2_PACKAGE_WAVEMON
2         bool "wavemon"
3         depends on BR2_TOOLCHAIN_HAS_THREADS_NPTL
4         select BR2_PACKAGE_NCURSES
5         select BR2_PACKAGE_LIBNL
6         help
7           wavemon is a wireless device monitoring application that allows you
8           to watch signal and noise levels, packet statistics, device
9           configuration and network parameters of your wireless network
10           hardware.
12           Note that you need a Linux Kernel configuration with wireless
13           extensions or with wireless extensions compatibility enabled.
15           https://github.com/uoaerg/wavemon
17 comment "wavemon needs a toolchain w/ NPTL"
18         depends on !BR2_TOOLCHAIN_HAS_THREADS_NPTL