aboutsummaryrefslogtreecommitdiff
path: root/utils/lcdproc
Commit message (Collapse)AuthorAge
* lcdproc: don't enable LPT support on non-x86 architecturesPhilip Prindeville2022-08-03
| | | | Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* lcdproc: don't detect parallel port on build hostPhilip Prindeville2022-07-30
| | | | | | Also, limit builds to x86 and x86_64. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* lcdproc: fix build on macosSergey V. Lobanov2022-01-12
| | | | | | | | | | ./configure script detects mtab file and fails build if mtab is not found on build host. It is not required for OpenWrt build due to mtab is always /etc/mtab on OpenWrt MacOS doesn't have mtab file so disable it via ac_cv_mtab_file var Signed-off-by: Sergey V. Lobanov <sergey@lobanov.in>
* treewide: Run refresh on all packagesIlya Lipnitskiy2021-02-20
| | | | | | | | | The crude loop I wrote to come up with this changeset: find -L package/feeds/packages/ -name patches | \ sed 's/patches$/refresh/' | sort | xargs make Signed-off-by: Ilya Lipnitskiy <ilya.lipnitskiy@gmail.com>
* lcdproc: fix compilation with GCC 10Rosen Penev2020-08-10
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* lcdproc: add serdisplib dependencyRosen Penev2020-01-20
| | | | | | It gets picked up when it is existing. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* treewide: add PKG_CPE_ID for better cvescanner coverageJan Pavlinec2019-09-17
| | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* lcdproc: Fix non x86 platforms on muslRosen Penev2019-08-07
| | | | | | | | | | | | | | Musl only specifies in/outb for x86/x86. Use the fallback path in case musl is used. This should fail compilation during the linking stage but for some reason does not. Will do if -Werror=implicit-function-declaration is specified. Fixed up license information. Other small cleanups. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* lcdproc: remove build timestampAlexander Couzens2017-12-07
| | | | | | | | Build timestamp prevents reproducible builds [0]. [0] https://reproducible-builds.org/docs/timestamps/ Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
* lcdproc: Update to 0.5.9Harald Geyer2017-07-29
| | | | | | Drop the makefile code to compile versions directly from git. Signed-off-by: Harald Geyer <harald@ccbib.org>
* lcdproc: respect LDFLAGSAlexander Ryzhov2017-06-08
| | | | Signed-off-by: Alexander Ryzhov <openwrt@ryzhov-al.ru>
* lcdproc: simplify dropping --disable-nls fron CONFIGURE_ARGSPhilip Prindeville2017-04-14
| | | | Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* lcdproc: alternative package to drive LCD displaysPhilip Prindeville2017-04-13
As lcd4linux is all kinds of BROKEN lately, and of unknown status. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com> Reviewed-by: Harald Geyer <harald@ccbib.org>