diff options
Diffstat (limited to 'package/numactl/Config.in')
-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 |