summaryrefslogtreecommitdiff
path: root/Kconfig
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2011-11-12 18:19:07 +0100
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2011-11-12 18:20:49 +0100
commit72904cc3c68385a53d4ad57b4bdc47fdb005e90e (patch)
tree64a52d12b00370df5867d4846f1d5f3036099eee /Kconfig
parent94636cc75e9e02e3809deac6cf175975ccc865bb (diff)
downloadembtoolkit-72904cc3c68385a53d4ad57b4bdc47fdb005e90e.tar.gz
embtoolkit-72904cc3c68385a53d4ad57b4bdc47fdb005e90e.tar.bz2
embtoolkit-72904cc3c68385a53d4ad57b4bdc47fdb005e90e.tar.xz
Rootfs: squashfs: improve generation of squashfs rootfs
Give ability to build squashfs3.0 type of rootfs (for linux kernel prior to linux-2.6.29) Give ability to build squashfs4.0 type of rootfs (for linux kernel linux-2.6.29 and later) Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
Diffstat (limited to 'Kconfig')
-rw-r--r--Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/Kconfig b/Kconfig
index f357b16..550d63b 100644
--- a/Kconfig
+++ b/Kconfig
@@ -120,5 +120,6 @@ config EMBTK_HAVE_ROOTFS
if EMBTK_HAVE_ROOTFS
source kconfig/fs.kconfig
source kconfig/mtdutils.kconfig
+source kconfig/squashfs.kconfig
source kconfig/packages.kconfig
endif