diff options
Diffstat (limited to 'package/dos2unix/Config.in')
-rw-r--r-- | package/dos2unix/Config.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/package/dos2unix/Config.in b/package/dos2unix/Config.in new file mode 100644 index 0000000000..fdcd070050 --- /dev/null +++ b/package/dos2unix/Config.in @@ -0,0 +1,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 |