summaryrefslogtreecommitdiff
path: root/kconfig
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2011-03-29 23:32:11 +0200
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2011-03-29 23:32:11 +0200
commit068bc1a7f17f556c773e2eb7ba0d4225bd8a71dd (patch)
tree4ede0232e613951137b84b27ea3921c27f5b02f0 /kconfig
parentc7a66e9c378af4f5372482412528bc6902655134 (diff)
downloadembtoolkit-068bc1a7f17f556c773e2eb7ba0d4225bd8a71dd.tar.gz
embtoolkit-068bc1a7f17f556c773e2eb7ba0d4225bd8a71dd.tar.bz2
embtoolkit-068bc1a7f17f556c773e2eb7ba0d4225bd8a71dd.tar.xz
Packages/Host tools: lzo: move it to packages/compression/lzo and convert to use generic macros
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
Diffstat (limited to 'kconfig')
-rw-r--r--kconfig/mtdutils.kconfig3
-rw-r--r--kconfig/packages.kconfig2
2 files changed, 4 insertions, 1 deletions
diff --git a/kconfig/mtdutils.kconfig b/kconfig/mtdutils.kconfig
index 86e0c35..4c6ea68 100644
--- a/kconfig/mtdutils.kconfig
+++ b/kconfig/mtdutils.kconfig
@@ -25,8 +25,9 @@
config EMBTK_HOST_HAVE_MTDUTILS
bool
- select EMBTK_HAVE_UTILLINUXNG
+ select EMBTK_HOST_HAVE_UTILLINUXNG
select EMBTK_HOST_HAVE_ZLIB
+ select EMBTK_HOST_HAVE_LZO
help
mtd-utils intented to run on the host development machine.
choice
diff --git a/kconfig/packages.kconfig b/kconfig/packages.kconfig
index 49a83b0..c9a11d8 100644
--- a/kconfig/packages.kconfig
+++ b/kconfig/packages.kconfig
@@ -38,7 +38,9 @@ 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_UTILLINUXNG
select EMBTK_HAVE_ZLIB
+ select EMBTK_HAVE_LZO
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