From patchwork Thu Feb 6 14:06:22 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jerzy Grzegorek X-Patchwork-Id: 317464 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ozlabs.org (Postfix) with ESMTP id 3FB562C009F for ; Fri, 7 Feb 2014 01:07:17 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 8C95A8C31C; Thu, 6 Feb 2014 14:07:16 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id j008aG17XVPW; Thu, 6 Feb 2014 14:07:15 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id B916A8C355; Thu, 6 Feb 2014 14:07:15 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id 1B6291BF9C7 for ; Thu, 6 Feb 2014 14:07:15 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 15B478C31C for ; Thu, 6 Feb 2014 14:07:15 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id cl3f8A0XO0-k for ; Thu, 6 Feb 2014 14:07:14 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from mail.internet.v.pl (mail.internet.v.pl [62.69.205.34]) by whitealder.osuosl.org (Postfix) with SMTP id 50EDD8C355 for ; Thu, 6 Feb 2014 14:07:14 +0000 (UTC) Received: from localhost (localhost.localdomain [127.0.0.1]) by mail.internet.v.pl (Sendmail) with ESMTP id AD8A2DBF7B; Thu, 6 Feb 2014 15:07:12 +0100 (CET) Received: from mail.internet.v.pl ([127.0.0.1]) by localhost (poczta.v.pl [127.0.0.1]) (amavisd-new, port 10024) with SMTP id Mu4QivNptDIb; Thu, 6 Feb 2014 15:07:12 +0100 (CET) Received: from localhost.localdomain (93-181-143-72.internetia.net.pl [93.181.143.72]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.internet.v.pl (Sendmail) with ESMTPSA id 48332DBF7A; Thu, 6 Feb 2014 15:07:12 +0100 (CET) From: Jerzy Grzegorek To: buildroot@busybox.net Date: Thu, 6 Feb 2014 15:06:22 +0100 Message-Id: <1391695582-30821-1-git-send-email-jerzy.grzegorek@trzebnica.net> X-Mailer: git-send-email 1.7.9.5 Subject: [Buildroot] [PATCH 1/1] uclibc/Config.in: indentation cleanup X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: buildroot-bounces@busybox.net Signed-off-by: Jerzy Grzegorek Reviewed-by: Thomas Petazzoni --- package/uclibc/Config.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package/uclibc/Config.in b/package/uclibc/Config.in index 0565ee9..f5543cc 100644 --- a/package/uclibc/Config.in +++ b/package/uclibc/Config.in @@ -35,7 +35,7 @@ config BR2_USE_UCLIBC_SNAPSHOT default "snapshot" depends on BR2_UCLIBC_VERSION_SNAPSHOT help - Use latest snapshot or one from a specific date? + Use latest snapshot or one from a specific date? config BR2_UCLIBC_VERSION_STRING string @@ -115,11 +115,11 @@ choice bool "linuxthreads" depends on !BR2_bfin depends on !BR2_xtensa - select BR2_TOOLCHAIN_HAS_THREADS + select BR2_TOOLCHAIN_HAS_THREADS config BR2_PTHREADS_OLD bool "linuxthreads (stable/old)" - select BR2_TOOLCHAIN_HAS_THREADS + select BR2_TOOLCHAIN_HAS_THREADS config BR2_PTHREADS_NATIVE bool "Native POSIX Threading (NPTL)"