|
@@ -2,6 +2,7 @@ config BR2_PACKAGE_IPMIUTIL
|
|
bool "ipmiutil"
|
|
bool "ipmiutil"
|
|
depends on BR2_USE_MMU
|
|
depends on BR2_USE_MMU
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
|
|
|
+ depends on BR2_x86_64 || BR2_i386
|
|
select BR2_PACKAGE_OPENSSL
|
|
select BR2_PACKAGE_OPENSSL
|
|
help
|
|
help
|
|
The ipmiutil package provides easy-to-use utilities to view
|
|
The ipmiutil package provides easy-to-use utilities to view
|
|
@@ -14,3 +15,4 @@ config BR2_PACKAGE_IPMIUTIL
|
|
comment "ipmiutil needs a toolchain w/ threads"
|
|
comment "ipmiutil needs a toolchain w/ threads"
|
|
depends on BR2_USE_MMU
|
|
depends on BR2_USE_MMU
|
|
depends on !BR2_TOOLCHAIN_HAS_THREADS
|
|
depends on !BR2_TOOLCHAIN_HAS_THREADS
|
|
|
|
+ depends on BR2_x86_64 || BR2_i386
|