Config.in 338 B

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