diff options
| author | Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net> | 2014-10-27 09:25:28 +0100 |
|---|---|---|
| committer | Peter Korsgaard <peter@korsgaard.com> | 2014-11-02 23:27:01 +0100 |
| commit | e80053176125d5345d7bdf0ee1f45c837728f62d (patch) | |
| tree | 28917e8c24d8ebee794901658826f211ab05449b /package/numactl | |
| parent | ac9621d9950e2ee7ff881d9460961b263e5f81b7 (diff) | |
| download | buildroot-e80053176125d5345d7bdf0ee1f45c837728f62d.tar.gz buildroot-e80053176125d5345d7bdf0ee1f45c837728f62d.zip | |
package: indentation cleanup
Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/numactl')
| -rw-r--r-- | package/numactl/Config.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/numactl/Config.in b/package/numactl/Config.in index 0976de2a7e..b383f69cb1 100644 --- a/package/numactl/Config.in +++ b/package/numactl/Config.in @@ -4,7 +4,7 @@ config BR2_PACKAGE_NUMACTL # architectures. depends on BR2_LARGEFILE depends on BR2_i386 || BR2_mips || BR2_mipsel || \ - BR2_mips64 || BR2_mips64el || BR2_powerpc || BR2_x86_64 + BR2_mips64 || BR2_mips64el || BR2_powerpc || BR2_x86_64 help numactl allows you to run your application on specific cpus and memory nodes. It does this by supplying a NUMA memory @@ -14,5 +14,5 @@ config BR2_PACKAGE_NUMACTL comment "numactl needs a toolchain w/ largefile" depends on BR2_i386 || BR2_mips || BR2_mipsel || \ - BR2_mips64 || BR2_mips64el || BR2_powerpc || BR2_x86_64 + BR2_mips64 || BR2_mips64el || BR2_powerpc || BR2_x86_64 depends on !BR2_LARGEFILE |

