2
1

Config.in 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139
  1. config BR2_PACKAGE_E2FSPROGS
  2. bool "e2fsprogs"
  3. depends on BR2_LARGEFILE
  4. help
  5. The EXT2 file system utilities and libraries
  6. menuconfig BR2_PACKAGE_E2FSPROGS_UTILS
  7. bool "e2fsprogs utilities"
  8. depends on BR2_PACKAGE_E2FSPROGS
  9. help
  10. e2fsprogs utilities selection
  11. if BR2_PACKAGE_E2FSPROGS_UTILS
  12. config BR2_PACKAGE_E2FSPROGS_BADBLOCKS
  13. bool "badblocks"
  14. default y
  15. depends on BR2_PACKAGE_E2FSPROGS
  16. config BR2_PACKAGE_E2FSPROGS_BLKID
  17. bool "blkid"
  18. default y
  19. depends on BR2_PACKAGE_E2FSPROGS
  20. select BR2_PACKAGE_E2FSPROGS_LIBBLKID
  21. config BR2_PACKAGE_E2FSPROGS_CHATTR
  22. bool "chattr"
  23. default y
  24. depends on BR2_PACKAGE_E2FSPROGS
  25. config BR2_PACKAGE_E2FSPROGS_DUMPE2FS
  26. bool "dumpe2fs"
  27. default y
  28. depends on BR2_PACKAGE_E2FSPROGS
  29. select BR2_PACKAGE_E2FSPROGS_LIBUUID
  30. config BR2_PACKAGE_E2FSPROGS_E2FREEFRAG
  31. bool "e2freefrag"
  32. default y
  33. depends on BR2_PACKAGE_E2FSPROGS
  34. config BR2_PACKAGE_E2FSPROGS_E2FSCK
  35. bool "e2fsck"
  36. default y
  37. depends on BR2_PACKAGE_E2FSPROGS
  38. select BR2_PACKAGE_E2FSPROGS_LIBBLKID
  39. config BR2_PACKAGE_E2FSPROGS_E2LABEL
  40. bool "e2label"
  41. default y
  42. depends on BR2_PACKAGE_E2FSPROGS
  43. select BR2_PACKAGE_E2FSPROGS_LIBBLKID
  44. config BR2_PACKAGE_E2FSPROGS_E2UNDO
  45. bool "e2undo"
  46. default y
  47. depends on BR2_PACKAGE_E2FSPROGS
  48. config BR2_PACKAGE_E2FSPROGS_FILEFRAG
  49. bool "filefrag"
  50. default y
  51. depends on BR2_PACKAGE_E2FSPROGS
  52. config BR2_PACKAGE_E2FSPROGS_FINDFS
  53. bool "findfs"
  54. default y
  55. depends on BR2_PACKAGE_E2FSPROGS
  56. select BR2_PACKAGE_E2FSPROGS_E2LABEL
  57. config BR2_PACKAGE_E2FSPROGS_FSCK
  58. bool "fsck"
  59. default y
  60. depends on BR2_PACKAGE_E2FSPROGS
  61. select BR2_PACKAGE_E2FSPROGS_LIBBLKID
  62. config BR2_PACKAGE_E2FSPROGS_LOGSAVE
  63. bool "logsave"
  64. default y
  65. depends on BR2_PACKAGE_E2FSPROGS
  66. config BR2_PACKAGE_E2FSPROGS_LSATTR
  67. bool "lsattr"
  68. default y
  69. depends on BR2_PACKAGE_E2FSPROGS
  70. config BR2_PACKAGE_E2FSPROGS_MKE2FS
  71. bool "mke2fs"
  72. default y
  73. depends on BR2_PACKAGE_E2FSPROGS
  74. select BR2_PACKAGE_E2FSPROGS_LIBBLKID
  75. config BR2_PACKAGE_E2FSPROGS_MKLOSTFOUND
  76. bool "mklost+found"
  77. default y
  78. depends on BR2_PACKAGE_E2FSPROGS
  79. config BR2_PACKAGE_E2FSPROGS_TUNE2FS
  80. bool "tune2fs"
  81. default y
  82. depends on BR2_PACKAGE_E2FSPROGS
  83. select BR2_PACKAGE_E2FSPROGS_E2LABEL
  84. config BR2_PACKAGE_E2FSPROGS_UUIDGEN
  85. bool "uuidgen"
  86. default y
  87. depends on BR2_PACKAGE_E2FSPROGS
  88. select BR2_PACKAGE_E2FSPROGS_LIBUUID
  89. config BR2_PACKAGE_E2FSPROGS_UUIDD
  90. bool "uuidd"
  91. default y
  92. depends on BR2_PACKAGE_E2FSPROGS
  93. select BR2_PACKAGE_E2FSPROGS_LIBUUID
  94. help
  95. The uuidd daemon from the e2fsprogs suite
  96. endif
  97. menu "e2fsprogs libraries"
  98. depends on BR2_PACKAGE_E2FSPROGS
  99. config BR2_PACKAGE_E2FSPROGS_LIBUUID
  100. bool "libuuid"
  101. help
  102. The uuid library from the e2fsprogs suite
  103. config BR2_PACKAGE_E2FSPROGS_LIBBLKID
  104. bool "libblkid"
  105. select BR2_PACKAGE_E2FSPROGS_LIBUUID
  106. help
  107. The blkid library from the e2fsprogs suite
  108. endmenu
  109. comment "e2fsprogs requires a toolchain with LARGEFILE support"
  110. depends on !BR2_LARGEFILE