linux-headers: bump 4.{4, 9, 10}.x series
[buildroot-gz.git] / package / aufs / Config.in
blobcc5ff365fee65023a0ed0ad6fb595750a371762b
1 # Automatically selected by the corresponding linux extension
2 config BR2_PACKAGE_AUFS
3         bool
5 if BR2_PACKAGE_AUFS
7 # Both come from the selection of the linux extension.
8 config BR2_PACKAGE_AUFS_SERIES
9         int
10         default BR2_LINUX_KERNEL_EXT_AUFS_SERIES
12 config BR2_PACKAGE_AUFS_VERSION
13         string
14         default BR2_LINUX_KERNEL_EXT_AUFS_VERSION
16 endif