2
1

Config.in 336 B

123456789101112
  1. config BR2_PACKAGE_DIFFUTILS
  2. bool "diffutils"
  3. depends on BR2_USE_WCHAR
  4. depends on BR2_PACKAGE_BUSYBOX_SHOW_OTHERS
  5. help
  6. GNU diff. Compare files per line.
  7. http://www.gnu.org/software/diffutils/diffutils.html
  8. comment "diffutils needs a toolchain w/ wchar"
  9. depends on !BR2_USE_WCHAR
  10. depends on BR2_PACKAGE_BUSYBOX_SHOW_OTHERS