Commit 9b38f10c authored by Peter Korsgaard's avatar Peter Korsgaard
Browse files

ipmiutil: only make available for x86

parent c0574a40
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -2,6 +2,7 @@ config BR2_PACKAGE_IPMIUTIL
	bool "ipmiutil"
	depends on BR2_USE_MMU
	depends on BR2_TOOLCHAIN_HAS_THREADS
	depends on BR2_x86_64 || BR2_i386
	select BR2_PACKAGE_OPENSSL
	help
	  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"
	depends on BR2_USE_MMU
	depends on !BR2_TOOLCHAIN_HAS_THREADS
	depends on BR2_x86_64 || BR2_i386