summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2011-08-15 16:34:04 +0200
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2011-08-15 16:34:04 +0200
commit8a0ce9e7bc5b2b58af29d667cf94f77ab23fbef2 (patch)
treee42fa83a676659345fdc9397935f4d18e5a0b132
parentbb794502f90e0464bd356d4bb520a069f0246e71 (diff)
downloadembtoolkit-8a0ce9e7bc5b2b58af29d667cf94f77ab23fbef2.tar.gz
embtoolkit-8a0ce9e7bc5b2b58af29d667cf94f77ab23fbef2.tar.bz2
embtoolkit-8a0ce9e7bc5b2b58af29d667cf94f77ab23fbef2.tar.xz
Packages: mtd-utils: fix installation when mtd-utils for host not choosen
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
-rw-r--r--kconfig/mtdutils.kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/kconfig/mtdutils.kconfig b/kconfig/mtdutils.kconfig
index c6ca7d2..0fcb740 100644
--- a/kconfig/mtdutils.kconfig
+++ b/kconfig/mtdutils.kconfig
@@ -33,7 +33,7 @@ config EMBTK_HOST_HAVE_MTDUTILS
mtd-utils intented to run on the host development machine.
choice
prompt "mtd-utils version used"
- depends on EMBTK_HOST_HAVE_MTDUTILS || EMBTK_ROOTFS_HAVE_MTDUTILS
+ depends on EMBTK_HOST_HAVE_MTDUTILS || EMBTK_HAVE_MTDUTILS
help
mtd-utils version used
NOTE: This version of mtd-utils is patched to fix various issue,