* Update buildroot 2020.02.01 Signed-off-by: Pascal Vizeli <pvizeli@syshack.ch> * Fix LN * Fix wpa Signed-off-by: Pascal Vizeli <pvizeli@syshack.ch> * Fix lint Signed-off-by: Pascal Vizeli <pvizeli@syshack.ch> * fix-network Signed-off-by: Pascal Vizeli <pvizeli@syshack.ch> * Fix script Signed-off-by: Pascal Vizeli <pvizeli@syshack.ch>
14 lines
394 B
Plaintext
14 lines
394 B
Plaintext
config BR2_PACKAGE_DROPWATCH
|
|
bool "dropwatch"
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS # libnl
|
|
select BR2_PACKAGE_READLINE
|
|
select BR2_PACKAGE_LIBNL
|
|
help
|
|
Dropwatch is an interactive utility for monitoring and
|
|
recording packets that are dropped by the kernel
|
|
|
|
https://github.com/nhorman/dropwatch
|
|
|
|
comment "dropwatch needs a toolchain w/ threads"
|
|
depends on !BR2_TOOLCHAIN_HAS_THREADS
|