• 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/squashfs/Config.in
Gustavo ZacariasGustavo Zacarias committed 996dc12eff615 May 2014
Raw file
Source viewDiff to previous
xxxxxxxxxx
 
1
config BR2_TARGET_ROOTFS_SQUASHFS
2
    bool "squashfs root filesystem"
3
    help
4
      Build a squashfs root filesystem
5
​
6
if BR2_TARGET_ROOTFS_SQUASHFS
7
​
8
choice
9
    prompt "Compression algorithm"
10
    default BR2_TARGET_ROOTFS_SQUASHFS4_GZIP
11
    help
12
      Select the squashfs compression algorithm to use when
13
      generating the filesystem.
14
​
15
config BR2_TARGET_ROOTFS_SQUASHFS4_GZIP
16
    bool "gzip"
17
​
18
config BR2_TARGET_ROOTFS_SQUASHFS4_LZ4
19
    bool "lz4"
20
​
21
config BR2_TARGET_ROOTFS_SQUASHFS4_LZMA
22
    bool "lzma"
23
​
24
config BR2_TARGET_ROOTFS_SQUASHFS4_LZO
25
    bool "lzo"
26
​
27
config BR2_TARGET_ROOTFS_SQUASHFS4_XZ
28
    bool "xz"
29
​
30
endchoice
31
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.