xref: /OK3568_Linux_fs/buildroot/package/aoetools/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config BR2_PACKAGE_AOETOOLS
2	bool "aoetools"
3	depends on BR2_TOOLCHAIN_HAS_THREADS
4	help
5	  The aoetools are programs for users of the ATA over Ethernet
6	  (AoE) network storage protocol, a simple protocol for using
7	  storage over an ethernet LAN.
8
9	  http://aoetools.sourceforge.net/
10
11comment "aoetools needs a toolchain w/ threads"
12	depends on !BR2_TOOLCHAIN_HAS_THREADS
13