2004-10-09 06:13:40 +00:00
|
|
|
config BR2_PACKAGE_DIFFUTILS
|
2013-07-19 14:01:32 +02:00
|
|
|
bool "diffutils"
|
2011-11-13 19:27:53 -03:00
|
|
|
depends on BR2_USE_WCHAR
|
2016-07-04 15:46:56 +02:00
|
|
|
depends on BR2_PACKAGE_BUSYBOX_SHOW_OTHERS
|
2004-10-09 06:13:40 +00:00
|
|
|
help
|
2005-12-10 14:43:03 +00:00
|
|
|
GNU diff. Compare files per line.
|
2004-10-09 06:13:40 +00:00
|
|
|
|
2005-12-10 20:31:27 +00:00
|
|
|
http://www.gnu.org/software/diffutils/diffutils.html
|
2011-11-13 19:27:53 -03:00
|
|
|
|
2013-10-13 16:55:32 +02:00
|
|
|
comment "diffutils needs a toolchain w/ wchar"
|
2011-11-13 19:27:53 -03:00
|
|
|
depends on !BR2_USE_WCHAR
|
2016-07-04 15:46:56 +02:00
|
|
|
depends on BR2_PACKAGE_BUSYBOX_SHOW_OTHERS
|