mosh: don't show dependencies comment on unsupported arches

Cc: Christian Stewart <christian@paral.in>
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Acked-by: "Christian Stewart" <c <yann.morin.1998@free.fr>hristian@paral.in>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
Baruch Siach 2015-07-27 01:21:27 +03:00 committed by Thomas Petazzoni
parent 2a069b5cae
commit e068ebe83a

View file

@ -1,5 +1,6 @@
comment "mosh needs a toolchain w/ threads"
depends on !BR2_TOOLCHAIN_HAS_THREADS
depends on !(BR2_arm || BR2_i386 || BR2_mipsel || BR2_x86_64)
config BR2_PACKAGE_MOSH
bool "mosh"