xref: /OK3568_Linux_fs/buildroot/package/ddrescue/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config BR2_PACKAGE_DDRESCUE
2	bool "ddrescue"
3	depends on BR2_INSTALL_LIBSTDCPP
4	help
5	  GNU ddrescue is a data recovery tool. It copies data from one
6	  file or block device (hard disc, cdrom, etc) to another,
7	  trying to rescue the good parts first in case of read errors.
8
9	  http://www.gnu.org/software/ddrescue/ddrescue.html
10
11comment "ddrescue needs a toolchain w/ C++"
12	depends on !BR2_INSTALL_LIBSTDCPP
13