1
0

Config.in 890 B

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