Commit Graph

3 Commits

Author SHA1 Message Date
Tianling Shen
6d53181c79 dos2unix: Update to 7.4.4
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2023-03-01 19:16:57 +08:00
Hauke Mehrtens
642a598d9c dos2unix: Deactivate NLS support
By default the dos2unix build uses the msgfmt application which is
provided by the host tool gettext in OpenWrt. Instead of adding the
dependency to gettext deactivate NLS support.

This fixes the following build error:
-------------------------------------------
msgfmt -c po/da.po -o po/da.mo
make[4]: msgfmt: No such file or directory
make[4]: *** [Makefile:472: po/da.mo] Error 127

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2023-01-20 10:56:44 +08:00
Tianling Shen
5ce14f2903 dos2unix: add new package
dos2unix - text file format converters

includes:
dos2unix - DOS/Mac to Unix text file format converter (dos2unix/mac2unix)
unix2dos - Unix to DOS/Mac text file format converter (unix2dos/unix2mac)

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2023-01-20 10:56:44 +08:00