Config.in 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  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_LIBSS
  8. select ADK_PACKAGE_LIBBLKID
  9. help
  10. This package contains essential ext2 filesystem utilities which consists of
  11. e2fsck, mke2fs, debugfs, dumpe2fs, tune2fs, and most of the other core ext2
  12. filesystem utilities.
  13. http://e2fsprogs.sourceforge.net/
  14. config ADK_PACKAGE_LIBUUID
  15. prompt "libuuid......................... UUID library"
  16. depends on ADK_PACKAGE_E2FSPROGS
  17. tristate
  18. default n
  19. help
  20. config ADK_PACKAGE_LIBBLKID
  21. prompt "libblkid........................ BlockID library"
  22. depends on ADK_PACKAGE_E2FSPROGS
  23. tristate
  24. default n
  25. help
  26. config ADK_PACKAGE_LIBCOM_ERR
  27. prompt "libcom_err...................... Common error library"
  28. depends on ADK_PACKAGE_E2FSPROGS
  29. tristate
  30. default n
  31. help
  32. config ADK_PACKAGE_LIBSS
  33. prompt "libss........................... Subsystem command parsing library"
  34. depends on ADK_PACKAGE_E2FSPROGS
  35. tristate
  36. default n
  37. help