summaryrefslogtreecommitdiff
path: root/package/xfsprogs/Config.in
blob: 6c4d547dcd1e959336a453cfab6478e23ab6d94f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19

comment "Note that xfsprogs needs a toolchain with UCLIBC_SV4_DEPRECATED and UCLIBC_HAS_OBSOLETE_BSD_SIGNAL enabled"
	depends on BR2_PACKAGE_XFSPROGS

comment "xfsprogs requires a toolchain with LARGEFILE + WCHAR support"
        depends on !(BR2_LARGEFILE && BR2_USE_WCHAR)

config BR2_PACKAGE_XFSPROGS
	bool "xfsprogs"
	depends on BR2_LARGEFILE
	depends on BR2_USE_WCHAR # util-linux
	select BR2_PACKAGE_BUSYBOX_SHOW_OTHERS # util-linux
	select BR2_PACKAGE_UTIL_LINUX
	select BR2_PACKAGE_UTIL_LINUX_LIBUUID
	help
	  The XFS file system utilities and libraries

	  http://oss.sgi.com/projects/xfs/