[Buildroot] [PATCH] toolchain-external: fix indentation in Kconfig

Mike Frysinger vapier at gentoo.org
Wed Nov 17 06:41:33 UTC 2010


Signed-off-by: Mike Frysinger <vapier at gentoo.org>
---
 toolchain/toolchain-external/Config.in |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/toolchain/toolchain-external/Config.in b/toolchain/toolchain-external/Config.in
index efc8378..a340de6 100644
--- a/toolchain/toolchain-external/Config.in
+++ b/toolchain/toolchain-external/Config.in
@@ -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
-- 
1.7.3.2




More information about the buildroot mailing list