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 / irda-utils / Config.in
1 config BR2_PACKAGE_IRDA_UTILS
2         bool "irda-utils"
3         help
4           user space utilities which control the IrDA stack
5
6           http://irda.sourceforge.net/
7
8 if BR2_PACKAGE_IRDA_UTILS
9
10 config BR2_PACKAGE_IRDA_UTILS_IRATTACH
11         bool "irattach"
12
13 config BR2_PACKAGE_IRDA_UTILS_IRDAPING
14         bool "irdaping"
15
16 config BR2_PACKAGE_IRDA_UTILS_IRNETD
17         bool "irnetd"
18
19 endif