xref: /OK3568_Linux_fs/buildroot/package/aufs/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyun# Automatically selected by the corresponding linux extension
2*4882a593Smuzhiyunconfig BR2_PACKAGE_AUFS
3*4882a593Smuzhiyun	bool
4*4882a593Smuzhiyun
5*4882a593Smuzhiyunif BR2_PACKAGE_AUFS
6*4882a593Smuzhiyun
7*4882a593Smuzhiyun# Both come from the selection of the linux extension.
8*4882a593Smuzhiyunconfig BR2_PACKAGE_AUFS_SERIES
9*4882a593Smuzhiyun	int
10*4882a593Smuzhiyun	default BR2_LINUX_KERNEL_EXT_AUFS_SERIES
11*4882a593Smuzhiyun
12*4882a593Smuzhiyunconfig BR2_PACKAGE_AUFS_VERSION
13*4882a593Smuzhiyun	string
14*4882a593Smuzhiyun	default BR2_LINUX_KERNEL_EXT_AUFS_VERSION
15*4882a593Smuzhiyun
16*4882a593Smuzhiyunendif
17