Config.in 704 B

1234567891011121314151617181920212223242526
  1. config ADK_PACKAGE_E2FSPROGS
  2. prompt "e2fsprogs......................... Ext2/3 filesystem utilities"
  3. tristate
  4. default n
  5. select ADK_PACKAGE_LIBUUID
  6. select ADK_PACKAGE_LIBCOM_ERR
  7. help
  8. This package contains essential ext2 filesystem utilities which consists of
  9. e2fsck, mke2fs, debugfs, dumpe2fs, tune2fs, and most of the other core ext2
  10. filesystem utilities.
  11. http://e2fsprogs.sourceforge.net/
  12. config ADK_PACKAGE_LIBUUID
  13. prompt "libuuid......................... UUID library"
  14. depends ADK_PACKAGE_E2FSPROGS
  15. tristate
  16. default n
  17. help
  18. config ADK_PACKAGE_LIBCOM_ERR
  19. prompt "libcom_err...................... Common error library"
  20. depends ADK_PACKAGE_E2FSPROGS
  21. tristate
  22. default n
  23. help