python-dataproperty: bump version to 0.17.0
[buildroot-gz.git] / package / dropwatch / Config.in
blob6f04c85dd6607dc0ce3d8d89d4437bd6a6f695f7
1 config BR2_PACKAGE_DROPWATCH
2         bool "dropwatch"
3         select BR2_PACKAGE_BINUTILS
4         depends on !BR2_nios2 # binutils
5         depends on BR2_USE_WCHAR # binutils
6         select BR2_PACKAGE_READLINE
7         select BR2_PACKAGE_LIBNL
8         depends on BR2_TOOLCHAIN_HAS_THREADS # libnl
9         help
10           Dropwatch is an interactive utility for monitoring and
11           recording packets that are dropped by the kernel
13           https://fedorahosted.org/dropwatch/
15 comment "dropwatch needs a toolchain w/ threads, wchar"
16         depends on !BR2_nios2
17         depends on !BR2_TOOLCHAIN_HAS_THREADS || !BR2_USE_WCHAR