feb7533173
Fixes: http://autobuild.buildroot.net/results/3fc/3fc0b3f356efdebae4f7597a16d0d67f8bc4b76d/ Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 lines
277 B
Plaintext
10 lines
277 B
Plaintext
config BR2_PACKAGE_IUCODE_TOOL
|
|
bool "iucode-tool"
|
|
depends on BR2_x86_64 || BR2_i386
|
|
select BR2_PACKAGE_INTEL_MICROCODE
|
|
select BR2_PACKAGE_ARGP_STANDALONE if BR2_TOOLCHAIN_USES_UCLIBC
|
|
help
|
|
Intel processor microcode tool
|
|
|
|
http://packages.debian.org/source/iucode-tool
|