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

14 lines
387 B
Plaintext
Raw Normal View History

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