• Skip to sidebar navigation
  • Skip to content

Bitbucket

  • More
    ProjectsRepositories
  • Help
    • Online help
    • Learn Git
    • Welcome to Bitbucket
    • Keyboard shortcuts
  • Log In
Alexander Dahl
  1. Alexander Dahl

buildroot

Public
Actions
  • Clone
  • Compare

Learn more about cloning repositories

You have read-only access

Navigation
  • Source
  • Commits
  • Branches
  • All Branches Graph
  • Forks
  1. Alexander Dahl
  2. buildroot

Source

buildroot/package/e2fsprogs/Config.in
Carlos SantosCarlos Santos committed 74cedf7eb9123 Apr 2017
Raw file
Source viewDiff to previous
xxxxxxxxxx
 
1
menuconfig BR2_PACKAGE_E2FSPROGS
2
    bool "e2fsprogs"
3
    depends on BR2_USE_MMU # util-linux/libblkid
4
    select BR2_PACKAGE_UTIL_LINUX
5
    select BR2_PACKAGE_UTIL_LINUX_LIBBLKID
6
    select BR2_PACKAGE_UTIL_LINUX_LIBUUID
7
    help
8
      The EXT2 file system utilities.
9
​
10
      The following programs are always built and installed:
11
      badblocks chattr debugfs dumpe2fs e2freefrag e2fsck e2image
12
      e2undo e4crypt e4defrag filefrag fsck fuse2fs logsave lsattr
13
      mke2fs mklost+found resize2fs tune2fs
14
​
15
      The uuid utilities (uuidd, uuidgen) are not built. Use the
16
      ones from util-linux, instead.
17
​
18
      Other programs can be selected individually.
19
​
20
      http://e2fsprogs.sourceforge.net
21
​
22
if BR2_PACKAGE_E2FSPROGS
23
​
24
config BR2_PACKAGE_E2FSPROGS_DEBUGFS
25
    bool "debugfs"
26
    help
27
      ext2/ext3/ext4 file system debugger
28
​
29
config BR2_PACKAGE_E2FSPROGS_E2IMAGE
30
    bool "e2image"
31
    help
32
      Save critical ext2/ext3/ext4 filesystem metadata to a file
33
​
34
config BR2_PACKAGE_E2FSPROGS_E4DEFRAG
35
    bool "e4defrag"
36
    depends on !BR2_nios2 # fallocate not implemented
37
    depends on !BR2_TOOLCHAIN_USES_UCLIBC # sync_file_range not impl
38
    help
39
      Online defragmenter for ext4 filesystem
40
​
41
comment "e4defrag needs a glibc or musl toolchain"
42
    depends on !BR2_nios2
43
    depends on BR2_TOOLCHAIN_USES_UCLIBC
44
​
45
config BR2_PACKAGE_E2FSPROGS_FSCK
46
    bool "fsck"
47
    default y
48
    depends on !BR2_PACKAGE_UTIL_LINUX_FSCK
49
    help
50
      Check and repair a Linux file system. This is a wrapper around
51
      the filesystem-specific fsck tools.
52
​
53
config BR2_PACKAGE_E2FSPROGS_FUSE2FS
54
    bool "fuse2fs"
55
    depends on !BR2_STATIC_LIBS # libfuse
56
    depends on BR2_TOOLCHAIN_HAS_THREADS # libfuse
57
    select BR2_PACKAGE_LIBFUSE
58
    help
59
      FUSE file system client for ext2/ext3/ext4 file systems
60
​
61
comment "fuse2fs needs a toolchain w/ threads, dynamic library"
62
    depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS
63
​
64
config BR2_PACKAGE_E2FSPROGS_RESIZE2FS
65
    bool "resize2fs"
66
    help
67
      ext2/ext3/ext4 file system resizer
68
​
69
endif
  • Git repository management for enterprise teams powered by Atlassian Bitbucket
  • Atlassian Bitbucket v6.7.2
  • Documentation
  • Request a feature
  • About
  • Contact Atlassian
Atlassian

Everything looks good. We'll let you know here if there's anything you should know about.