blob: 2f462cbff40a0258063c103f421805d7b47008ec (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
comment "Note that xfsprogs needs a toolchain with UCLIBC_SV4_DEPRECATED enabled"
depends on BR2_PACKAGE_XFSPROGS
config BR2_PACKAGE_XFSPROGS
bool "xfsprogs"
depends on BR2_LARGEFILE
select BR2_PACKAGE_E2FSPROGS
help
The XFS file system utilities and libraries
http://oss.sgi.com/projects/xfs/
comment "xfssprogs requires a toolchain with LARGEFILE support"
depends on !BR2_LARGEFILE
|