]> rtime.felk.cvut.cz Git - coffee/buildroot.git/blob - package/dropwatch/Config.in
log4cplus: add C++11 dependencies
[coffee/buildroot.git] / package / dropwatch / Config.in
1 config BR2_PACKAGE_DROPWATCH
2         bool "dropwatch"
3         depends on !BR2_nios2 # binutils
4         depends on BR2_USE_WCHAR # binutils
5         depends on BR2_TOOLCHAIN_HAS_THREADS # libnl
6         select BR2_PACKAGE_BINUTILS
7         select BR2_PACKAGE_READLINE
8         select BR2_PACKAGE_LIBNL
9         help
10           Dropwatch is an interactive utility for monitoring and
11           recording packets that are dropped by the kernel
12
13           http://git.infradead.org/users/nhorman/dropwatch.git
14
15 comment "dropwatch needs a toolchain w/ threads, wchar"
16         depends on !BR2_nios2
17         depends on !BR2_TOOLCHAIN_HAS_THREADS || !BR2_USE_WCHAR