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