• 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/fs/ext2/Config.in
Peter KorsgaardPeter Korsgaard committed 0952579754213 Oct 2017
Raw file
Source viewDiff to previous
 
1
config BR2_TARGET_ROOTFS_EXT2
2
    bool "ext2/3/4 root filesystem"
3
    select BR2_PACKAGE_HOST_E2FSPROGS
4
    help
5
      Build an ext2/3/4 root filesystem
6
​
7
if BR2_TARGET_ROOTFS_EXT2
8
​
9
config BR2_TARGET_ROOTFS_EXT2_2
10
    bool
11
​
12
choice
13
    bool "ext2/3/4 variant"
14
    default BR2_TARGET_ROOTFS_EXT2_2r1
15
​
16
config BR2_TARGET_ROOTFS_EXT2_2r0
17
    bool "ext2 (rev0)"
18
    select BR2_TARGET_ROOTFS_EXT2_2
19
​
20
config BR2_TARGET_ROOTFS_EXT2_2r1
21
    bool "ext2 (rev1)"
22
    select BR2_TARGET_ROOTFS_EXT2_2
23
​
24
config BR2_TARGET_ROOTFS_EXT2_3
25
    bool "ext3"
26
​
27
config BR2_TARGET_ROOTFS_EXT2_4
28
    bool "ext4"
29
​
30
endchoice
31
​
32
config BR2_TARGET_ROOTFS_EXT2_GEN
33
    int
34
    default 2 if BR2_TARGET_ROOTFS_EXT2_2
35
    default 3 if BR2_TARGET_ROOTFS_EXT2_3
36
    default 4 if BR2_TARGET_ROOTFS_EXT2_4
37
​
38
# All ext generations are revision 1, except ext2r0, which is revision 0
39
config BR2_TARGET_ROOTFS_EXT2_REV
40
    int
41
    default 0   if BR2_TARGET_ROOTFS_EXT2_2r0
42
    default 1   if !BR2_TARGET_ROOTFS_EXT2_2r0
43
​
44
config BR2_TARGET_ROOTFS_EXT2_LABEL
45
    string "filesystem label"
46
​
47
config BR2_TARGET_ROOTFS_EXT2_SIZE
48
    string "exact size"
49
    default BR2_TARGET_ROOTFS_EXT2_BLOCKS if BR2_TARGET_ROOTFS_EXT2_BLOCKS_WRAP # legacy 2017.08
50
    default "60M"
51
    help
52
      The size of the filesystem image. If it does not have a suffix,
53
      it is interpreted as power-of-two kilobytes. If it is suffixed
54
      by 'k', 'm', 'g', 't' (either upper-case or lower-case), then
55
      it is interpreted in power-of-two kilobytes, megabytes,
56
      gigabytes, terabytes, etc.
57
​
58
config BR2_TARGET_ROOTFS_EXT2_INODES
59
    int "exact number of inodes (leave at 0 for auto calculation)"
60
    default 0
61
​
62
config BR2_TARGET_ROOTFS_EXT2_RESBLKS
63
    int "reserved blocks percentage"
  • 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.