Config.in 309 B

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