Commit 670095b4 authored by Baruch Siach's avatar Baruch Siach Committed by Peter Korsgaard
Browse files
parent bac20afe
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
config BR2_PACKAGE_IPMIUTIL
	bool "ipmiutil"
	depends on BR2_USE_MMU
	depends on !BR2_STATIC_LIBS
	depends on BR2_TOOLCHAIN_HAS_THREADS
	depends on BR2_x86_64 || BR2_i386
	help
@@ -11,7 +12,7 @@ config BR2_PACKAGE_IPMIUTIL

	  http://ipmiutil.sourceforge.net/

comment "ipmiutil needs a toolchain w/ threads"
comment "ipmiutil needs a toolchain w/ threads, dynamic library"
	depends on BR2_USE_MMU
	depends on !BR2_TOOLCHAIN_HAS_THREADS
	depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS
	depends on BR2_x86_64 || BR2_i386