1config BR2_PACKAGE_WAVEMON 2 bool "wavemon" 3 depends on BR2_TOOLCHAIN_HAS_THREADS 4 depends on !BR2_STATIC_LIBS # libnl tools 5 select BR2_PACKAGE_NCURSES 6 select BR2_PACKAGE_LIBNL 7 select BR2_PACKAGE_LIBNL_TOOLS 8 help 9 wavemon is a wireless device monitoring application that 10 allows you to watch signal and noise levels, packet 11 statistics, device configuration and network parameters of 12 your wireless network hardware. 13 14 Note that you need a Linux Kernel configuration with 15 wireless extensions or with wireless extensions 16 compatibility enabled. 17 18 https://github.com/uoaerg/wavemon 19 20comment "wavemon needs a toolchain w/ threads, dynamic library" 21 depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS 22