aboutsummaryrefslogtreecommitdiff
path: root/net/apcupsd
Commit message (Collapse)AuthorAge
* apcupsd: fix gcc 13 compliation errorIvan Pavlov2024-04-03
| | | | | | | | | | | | | | On GCC13 build fails: toolchain-mipsel_24kc_gcc-13.2.0_musl/lib/libsupc++.a(eh_alloc.o): in function `std::__sv_check(unsigned int, unsigned int, char const*)': toolchain-mipsel_24kc_gcc-13.2.0_musl/gcc-13.2.0-final/mipsel-openwrt-linux-musl/libstdc++-v3/include/string_view:73: undefined reference to `std::__throw_out_of_range_fmt(char const*, ...)' collect2: error: ld returned 1 exit status make[5]: *** [Makefile:33: apcupsd] Error 1 Workaround found at https://lore.kernel.org/buildroot/87wmsbk386.fsf@48ers.dk/T/ Signed-off-by: Ivan Pavlov <AuthorReflex@gmail.com>
* apcupsd: remove header file patchRosen Penev2022-10-31
| | | | | | Seems to be from a time when pkgconfig returned the wrong path. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* 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>
* apcupsd: Preset binaries used on target systemMaxim Mikityanskiy2019-09-24
| | | | | | | | | | | | apcupsd's configure script looks up paths to sh, wall and mail on the host system, but intends to use them on the target system. OpenWrt replaces apcupsd's scripts by its own versions, so those paths don't really matter, however, if the host system doesn't have wall installed, the build fails. This is the case on Gentoo when util-linux is built with USE=-tty-helpers (default). Prevent such failures by providing explicit stub paths to sh, wall and mail to configure script. Signed-off-by: Maxim Mikityanskiy <maxtram95@gmail.com>
* treewide: add PKG_CPE_ID for better cvescanner coverageJan Pavlinec2019-09-17
| | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* apcupsd: preset shutdown binaryOthmar Truniger2019-04-04
| | | | Signed-off-by: Othmar Truniger <github@truniger.ch>
* treewide: run "make check FIXUP=1"Etienne Champetier2017-08-29
| | | | | | | | | | fix Makefile chmod (644) replace MD5SUM with HASH add PKG_MIRROR_HASH when PKG_SOURCE_PROTO:=git (PKG_SOURCE_PROTO:=svn tarballs are not reproducible for now) Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
* Merge pull request #2826 from tru7/apcupsdHannu Nyman2016-06-07
|\ | | | | apcupsd: bump to version 3.14.14
| * apcupsd: bump to version 3.14.14Othmar Truniger2016-06-07
| | | | | | | | Signed-off-by: Othmar Truniger <github@truniger.ch>
* | net: Fix typos (found by codespell)Stefan Weil2016-04-10
|/ | | | Signed-off-by: Stefan Weil <sw@weilnetz.de>
* apcupsd: add driver modbus-usbOthmar Truniger2015-02-24
| | | | Signed-off-by: Othmar Truniger <github@truniger.ch>
* apcupsd: add cgi moduleOthmar Truniger2015-02-21
| | | | Signed-off-by: Othmar Truniger <github@truniger.ch>
* apcupsd: move from old packages and Makefile updatedOthmar Truniger2015-02-17
Signed-off-by: Othmar Truniger <Othmar Truniger github@truniger.ch>