Config.in 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. config BR2_PACKAGE_E2FSPROGS
  2. bool "e2fsprogs"
  3. help
  4. The EXT2 file system utilities and libraries
  5. config BR2_PACKAGE_E2FSPROGS_BADBLOCKS
  6. bool "badblocks"
  7. default y
  8. depends on BR2_PACKAGE_E2FSPROGS
  9. config BR2_PACKAGE_E2FSPROGS_BLKID
  10. bool "blkid"
  11. default y
  12. depends on BR2_PACKAGE_E2FSPROGS
  13. config BR2_PACKAGE_E2FSPROGS_CHATTR
  14. bool "chattr"
  15. default y
  16. depends on BR2_PACKAGE_E2FSPROGS
  17. config BR2_PACKAGE_E2FSPROGS_DUMPE2FS
  18. bool "dumpe2fs"
  19. default y
  20. depends on BR2_PACKAGE_E2FSPROGS
  21. config BR2_PACKAGE_E2FSPROGS_E2FSCK
  22. bool "e2fsck"
  23. default y
  24. depends on BR2_PACKAGE_E2FSPROGS
  25. config BR2_PACKAGE_E2FSPROGS_E2LABEL
  26. bool "e2label"
  27. default y
  28. depends on BR2_PACKAGE_E2FSPROGS
  29. config BR2_PACKAGE_E2FSPROGS_FILEFRAG
  30. bool "filefrag"
  31. default y
  32. depends on BR2_PACKAGE_E2FSPROGS
  33. config BR2_PACKAGE_E2FSPROGS_FINDFS
  34. bool "findfs"
  35. default y
  36. depends on BR2_PACKAGE_E2FSPROGS
  37. select BR2_PACKAGE_E2FSPROGS_E2LABEL
  38. config BR2_PACKAGE_E2FSPROGS_FSCK
  39. bool "fsck"
  40. default y
  41. depends on BR2_PACKAGE_E2FSPROGS
  42. config BR2_PACKAGE_E2FSPROGS_LOGSAVE
  43. bool "logsave"
  44. default y
  45. depends on BR2_PACKAGE_E2FSPROGS
  46. config BR2_PACKAGE_E2FSPROGS_LSATTR
  47. bool "chattr"
  48. default y
  49. depends on BR2_PACKAGE_E2FSPROGS
  50. config BR2_PACKAGE_E2FSPROGS_MKE2FS
  51. bool "mke2fs"
  52. default y
  53. depends on BR2_PACKAGE_E2FSPROGS
  54. config BR2_PACKAGE_E2FSPROGS_MKLOSTFOUND
  55. bool "mklost+found"
  56. default y
  57. depends on BR2_PACKAGE_E2FSPROGS
  58. config BR2_PACKAGE_E2FSPROGS_TUNE2FS
  59. bool "tune2fs"
  60. default y
  61. depends on BR2_PACKAGE_E2FSPROGS
  62. select BR2_PACKAGE_E2FSPROGS_E2LABEL
  63. config BR2_PACKAGE_E2FSPROGS_UUIDGEN
  64. bool "uuidgen"
  65. default y
  66. depends on BR2_PACKAGE_E2FSPROGS