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 / xfsprogs / Config.in
1
2 comment "Note that xfsprogs needs a toolchain with UCLIBC_SV4_DEPRECATED and UCLIBC_HAS_OBSOLETE_BSD_SIGNAL enabled"
3         depends on BR2_PACKAGE_XFSPROGS
4
5 comment "xfsprogs needs a toolchain w/ wchar"
6         depends on BR2_USE_MMU
7         depends on !BR2_USE_WCHAR
8
9 config BR2_PACKAGE_XFSPROGS
10         bool "xfsprogs"
11         depends on BR2_USE_MMU # fork()
12         depends on BR2_USE_WCHAR # util-linux
13         select BR2_PACKAGE_UTIL_LINUX
14         select BR2_PACKAGE_UTIL_LINUX_LIBUUID
15         help
16           The XFS file system utilities and libraries
17
18           http://oss.sgi.com/projects/xfs/