toolchain-external: fix indentation in Kconfig

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
Mike Frysinger 2010-11-17 01:41:33 -05:00 committed by Peter Korsgaard
parent e25fe7239f
commit 50003798b3

View File

@ -14,9 +14,9 @@ config BR2_TOOLCHAIN_EXTERNAL_GLIBC
endchoice
config BR2_TOOLCHAIN_EXTERNAL_STRIP
bool
default y
prompt "Strip shared libraries"
bool
default y
prompt "Strip shared libraries"
help
Strip shared libraries copied from the external toolchain.
endif