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 / dvb-apps / Config.in
1 config BR2_PACKAGE_DVB_APPS
2         bool "dvb-apps"
3         depends on BR2_TOOLCHAIN_HAS_THREADS
4         depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_3
5         select BR2_PACKAGE_LIBICONV if !BR2_ENABLE_LOCALE
6         help
7           Install a small number of DVB test and utility programs,
8           including szap and dvbscan.
9
10           http://linuxtv.org/projects.php
11           http://linuxtv.org/hg/dvb-apps
12
13 comment "dvb-apps utils needs a toolchain w/ threads, headers >= 3.3"
14         depends on !BR2_TOOLCHAIN_HAS_THREADS || !BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_3