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