diff options
| author | Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net> | 2014-02-06 15:06:22 +0100 |
|---|---|---|
| committer | Peter Korsgaard <peter@korsgaard.com> | 2014-02-06 23:11:27 +0100 |
| commit | 7bb29972804c78b5609555129fe2fa50244a2aeb (patch) | |
| tree | b6a9a5f3033d340595e35a20eb55ef3517c88dd4 | |
| parent | 12106fc69ba66c335f7d5f2960c45df8c7c3bffb (diff) | |
| download | buildroot-7bb29972804c78b5609555129fe2fa50244a2aeb.tar.gz buildroot-7bb29972804c78b5609555129fe2fa50244a2aeb.zip | |
uclibc/Config.in: indentation cleanup
Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net>
Reviewed-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
| -rw-r--r-- | package/uclibc/Config.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/uclibc/Config.in b/package/uclibc/Config.in index 0565ee986c..f5543cca6a 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)" |

