xref: /OK3568_Linux_fs/buildroot/package/aufs-util/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyuncomment "aufs-util needs a linux kernel and a toolchain w/ threads"
2*4882a593Smuzhiyun	depends on BR2_USE_MMU
3*4882a593Smuzhiyun	depends on !BR2_LINUX_KERNEL || !BR2_TOOLCHAIN_HAS_THREADS
4*4882a593Smuzhiyun
5*4882a593Smuzhiyunconfig BR2_PACKAGE_AUFS_UTIL
6*4882a593Smuzhiyun	bool "aufs-util"
7*4882a593Smuzhiyun	depends on BR2_USE_MMU
8*4882a593Smuzhiyun	depends on BR2_LINUX_KERNEL
9*4882a593Smuzhiyun	depends on BR2_TOOLCHAIN_HAS_THREADS
10*4882a593Smuzhiyun	help
11*4882a593Smuzhiyun	  Aufs command line utilities.
12*4882a593Smuzhiyun
13*4882a593Smuzhiyun	  Needs a kernel with aufs support. A kernel
14*4882a593Smuzhiyun	  extension package is available.
15*4882a593Smuzhiyun
16*4882a593Smuzhiyun	  http://sourceforge.net/p/aufs/aufs-util/
17*4882a593Smuzhiyun
18*4882a593Smuzhiyunif BR2_PACKAGE_AUFS_UTIL
19*4882a593Smuzhiyun
20*4882a593Smuzhiyunconfig BR2_PACKAGE_AUFS_UTIL_VERSION
21*4882a593Smuzhiyun	string "aufs-util version"
22*4882a593Smuzhiyun	default ""
23*4882a593Smuzhiyun	help
24*4882a593Smuzhiyun	  The version you choose must match that of the aufs support
25*4882a593Smuzhiyun	  in your kernel. Usually, this is aufs3.x for 3.x kernels and
26*4882a593Smuzhiyun	  aufs4.x for 4.x kernels.
27*4882a593Smuzhiyun
28*4882a593Smuzhiyun	  Usually, the sha1 of the cset you want to use; avoid using a
29*4882a593Smuzhiyun	  branch name as this yields non-reproducible builds.
30*4882a593Smuzhiyun
31*4882a593Smuzhiyun	  See the following resources to see what versions are
32*4882a593Smuzhiyun	  available:
33*4882a593Smuzhiyun
34*4882a593Smuzhiyun	  https://sourceforge.net/p/aufs/aufs-util/ci/master/tree/
35*4882a593Smuzhiyun
36*4882a593Smuzhiyunendif
37