The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / dropwatch / Config.in
1 config BR2_PACKAGE_DROPWATCH
2         bool "dropwatch"
3         select BR2_PACKAGE_BINUTILS
4         depends on !BR2_aarch64 && !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
12
13           https://fedorahosted.org/dropwatch/
14
15 comment "dropwatch needs a toolchain w/ threads, wchar"
16         depends on !BR2_aarch64 && !BR2_nios2
17         depends on !BR2_TOOLCHAIN_HAS_THREADS || !BR2_USE_WCHAR