summaryrefslogtreecommitdiff
path: root/kconfig
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2010-08-21 15:27:36 +0200
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2010-08-21 15:27:36 +0200
commit4d4894930a92e5101a0f045dc20be4f6ccb21e1f (patch)
treea2384fcfb6a574d431c3534e02d4edfd5334e4a8 /kconfig
parent4e055660c077d387c1d9dcecfbeb2f65301d9903 (diff)
downloadembtoolkit-4d4894930a92e5101a0f045dc20be4f6ccb21e1f.tar.gz
embtoolkit-4d4894930a92e5101a0f045dc20be4f6ccb21e1f.tar.bz2
embtoolkit-4d4894930a92e5101a0f045dc20be4f6ccb21e1f.tar.xz
Rootfs: only clean not selected packages
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
Diffstat (limited to 'kconfig')
-rw-r--r--kconfig/mtdutils.kconfig1
-rw-r--r--kconfig/packages.kconfig2
2 files changed, 3 insertions, 0 deletions
diff --git a/kconfig/mtdutils.kconfig b/kconfig/mtdutils.kconfig
index 224356a..3089835 100644
--- a/kconfig/mtdutils.kconfig
+++ b/kconfig/mtdutils.kconfig
@@ -26,6 +26,7 @@
config EMBTK_HOST_HAVE_MTDUTILS
bool
select EMBTK_HAVE_UTILLINUXNG
+ select EMBTK_HOST_HAVE_ZLIB
help
mtd-utils intented to run on the host development machine.
choice
diff --git a/kconfig/packages.kconfig b/kconfig/packages.kconfig
index 2d2304e..85b79b6 100644
--- a/kconfig/packages.kconfig
+++ b/kconfig/packages.kconfig
@@ -38,6 +38,7 @@ menu "Flash manipulation tools"
#mtd-utils on target
config EMBTK_ROOTFS_HAVE_MTDUTILS
bool "Have mtd-utils in your target root filesystem"
+ select EMBTK_HAVE_ZLIB
select KEMBTK_UCLIBC_UCLIBC_SUSV3_LEGACY_MACROS if EMBTK_CLIB_UCLIBC
help
The MTD Utilities are a collection of tools that allow the user to
@@ -58,6 +59,7 @@ config EMBTK_ROOTFS_HAVE_MTDUTILS
endmenu
menu "Compression packages"
+source packages/compression/compression.kconfig
endmenu
menu "Graphics packages"