Config.in 1.7 KB

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