Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | util-linux: bump to version 2.31.1 | Carlos Santos | 2017-12-31 | 1 | -44/+0 |
| | | | | | | | | | | | | | Changes in this version: - Small improvement and bug fixes. - Install rfkill at /usr/sbin (thus overriding the one eventually installed by BusyBox). Drop the md5 patch, already applyed upstream. Signed-off-by: Carlos Santos <casantos@datacom.ind.br> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | ||||
* | util-linux: fix link failures due to name clash | Luca Ceresoli | 2017-11-11 | 1 | -0/+44 |
Several packages have a similar md5.c file, and each has a function named byteReverse(). This generates link errors when building statically ("multiple definition of `byteReverse'"). Fix by applying a patch from upstream. Fixes: http://autobuild.buildroot.net/results/419ab2c0e034cc68991281c51caa8271b0fadbab/ Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net> Cc: Adam Duskett <aduskett@gmail.com> Tested-by: Carlos Santos <casantos@datacom.ind.br> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> |