1# Automatically selected by the corresponding linux extension 2config BR2_PACKAGE_AUFS 3 bool 4 5if BR2_PACKAGE_AUFS 6 7# Both come from the selection of the linux extension. 8config BR2_PACKAGE_AUFS_SERIES 9 int 10 default BR2_LINUX_KERNEL_EXT_AUFS_SERIES 11 12config BR2_PACKAGE_AUFS_VERSION 13 string 14 default BR2_LINUX_KERNEL_EXT_AUFS_VERSION 15 16endif 17