summaryrefslogtreecommitdiff
path: root/packages/htools/squashfs
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2014-03-20 20:36:07 +0100
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2014-03-20 20:36:07 +0100
commite280d92cfbebf33790be05676d2ab33e519ca5d0 (patch)
tree2b8af977675a60f7d7ce67bb37c9522befbdb963 /packages/htools/squashfs
parent7cd5e0db428ff24b5ad3fed89b9b4f77ee957d0b (diff)
downloadembtoolkit-e280d92cfbebf33790be05676d2ab33e519ca5d0.tar.gz
embtoolkit-e280d92cfbebf33790be05676d2ab33e519ca5d0.tar.bz2
embtoolkit-e280d92cfbebf33790be05676d2ab33e519ca5d0.tar.xz
RootFS: remove use of squashfs v3.4
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
Diffstat (limited to 'packages/htools/squashfs')
-rw-r--r--packages/htools/squashfs/squashfs.kconfig33
1 files changed, 8 insertions, 25 deletions
diff --git a/packages/htools/squashfs/squashfs.kconfig b/packages/htools/squashfs/squashfs.kconfig
index 67cee3a..50dc0d9 100644
--- a/packages/htools/squashfs/squashfs.kconfig
+++ b/packages/htools/squashfs/squashfs.kconfig
@@ -24,36 +24,19 @@
################################################################################
config EMBTK_HOST_HAVE_SQUASHFS
- bool "Have squashfs host tools"
+ bool
select EMBK_HOST_HAVE_ZLIB
help
- Say Y to build host tools needed to generate squashfs
- filesystem.
-
- Squashfs is a compressed read-only filesystem for Linux.
- Squashfs is intended for general read-only filesystem use,
- for archival use (i.e. in cases where a .tar.gz file may be
- used), and in constrained block device/memory systems
- (e.g. embedded systems) where low overhead is needed.
-
-choice
- prompt "squashfs tool version you wish"
- depends on EMBTK_HOST_HAVE_SQUASHFS
- help
- Here you can choose which version of squashfs you want to use.
-
- config EMBTK_SQUASHFS_HOST_VERSION_4_2
- bool "squashfs4.2"
- select EMBTK_SQUASHFS_HOST_NEED_PATCH
- config EMBTK_SQUASHFS_HOST_VERSION_3_4
- bool "squashfs3.4"
- select EMBTK_SQUASHFS_HOST_NEED_PATCH
-endchoice
+ Say Y to build host tools needed to generate squashfs filesystem.
+ Squashfs is a compressed read-only filesystem for Linux.
+ Squashfs is intended for general read-only filesystem use, for archival
+ use (i.e. in cases where a .tar.gz file may be used), and in
+ constrained block device/memory systems (e.g. embedded systems) where
+ low overhead is needed.
config EMBTK_SQUASHFS_HOST_VERSION_STRING
string
- default "4.2" if EMBTK_SQUASHFS_HOST_VERSION_4_2
- default "3.4" if EMBTK_SQUASHFS_HOST_VERSION_3_4
+ default "4.2"
config EMBTK_SQUASHFS_HOST_NEED_PATCH
bool