39f7af961a
Also, memtester requires largefile support [ Thomas: add patch to fix memtester's Makefile at installation stage. Bump to 4.2.1. ] Signed-off-by: Martin Banky <Martin.Banky@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 lines
287 B
Plaintext
11 lines
287 B
Plaintext
config BR2_PACKAGE_MEMTESTER
|
|
bool "memtester"
|
|
depends on BR2_LARGEFILE
|
|
help
|
|
A userspace utility for testing the memory subsystem for faults.
|
|
|
|
http://pyropus.ca/software/memtester/
|
|
|
|
comment "memtester requires a toolchain with LARGEFILE support"
|
|
depends on !BR2_LARGEFILE
|