Config.in 387 B

12345678910111213
  1. config BR2_PACKAGE_PATCH
  2. bool "patch"
  3. depends on BR2_USE_WCHAR
  4. depends on BR2_PACKAGE_BUSYBOX_SHOW_OTHERS
  5. help
  6. Take patch files (containing difference listings) and apply
  7. them to original files, producing patched versions.
  8. http://www.gnu.org/software/patch/
  9. comment "patch needs a toolchain w/ wchar"
  10. depends on !BR2_USE_WCHAR
  11. depends on BR2_PACKAGE_BUSYBOX_SHOW_OTHERS