buildrootschalter/package/patch/Config.in

12 lines
299 B
Plaintext
Raw Normal View History

2004-10-09 08:13:40 +02:00
config BR2_PACKAGE_PATCH
2004-12-26 08:36:59 +01:00
bool "patch"
depends on BR2_USE_WCHAR
2004-10-09 08:13:40 +02:00
help
Take patch files (containing difference listings) and apply them
2004-12-26 08:36:59 +01:00
to original files, producing patched versions.
2004-10-09 08:13:40 +02:00
2004-12-26 08:36:59 +01:00
http://www.gnu.org/software/patch/
comment "patch needs a toolchain w/ wchar"
depends on !BR2_USE_WCHAR