summaryrefslogtreecommitdiffstats
path: root/package/dos2unix/Config.in
blob: fdcd0700509bc7e10c5e1b1a59e2af47286ef68e (plain)
1
2
3
4
5
6
7
8
9
10
11
config BR2_PACKAGE_DOS2UNIX
	select BR2_PACKAGE_GETTEXT if BR2_NEEDS_GETTEXT_IF_LOCALE
	depends on BR2_USE_WCHAR # gettext
	bool "dos2unix"
	help
	  dos2unix converts text file line endings between CRLF and LF

	  http://freshmeat.net/projects/dos2unix

comment "dos2unix needs a toolchain w/ wchar"
	depends on !BR2_USE_WCHAR
OpenPOWER on IntegriCloud