Files
shredos.x86_64/package/diffutils/Config.in

13 lines
336 B
Plaintext
Raw Normal View History

2004-10-09 06:13:40 +00:00
config BR2_PACKAGE_DIFFUTILS
bool "diffutils"
depends on BR2_USE_WCHAR
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
comment "diffutils needs a toolchain w/ wchar"
depends on !BR2_USE_WCHAR
depends on BR2_PACKAGE_BUSYBOX_SHOW_OTHERS