xref: /OK3568_Linux_fs/buildroot/package/diffutils/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config BR2_PACKAGE_DIFFUTILS
2	bool "diffutils"
3	depends on BR2_USE_WCHAR
4	depends on BR2_PACKAGE_BUSYBOX_SHOW_OTHERS
5	help
6	  GNU diff. Compare files per line.
7
8	  http://www.gnu.org/software/diffutils/diffutils.html
9
10comment "diffutils needs a toolchain w/ wchar"
11	depends on !BR2_USE_WCHAR
12	depends on BR2_PACKAGE_BUSYBOX_SHOW_OTHERS
13