aboutsummaryrefslogtreecommitdiff
path: root/devel/lpc21isp
Commit message (Collapse)AuthorAge
* lpc21isp: fix build on macosSergey V. Lobanov2022-01-18
| | | | | | | | | lpc21isp Makefile detects Darwin and defines __APPLE__ that is not required for cross-compile build for OpenWrt This patch sets OSTYPE="Linux" due to OpenWrt is always Linux 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>
* lpc21isp: fix compilation with glibcRosen Penev2021-01-09
| | | | | | Because -static is being passed, extra linker flags are needed. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* lpc2list: remove deprecated functionsRosen Penev2020-08-14
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* treewide: Change .*GPL.*+ licenses to SPDX compatible identifierSven Eckelmann2019-09-10
| | | | | | | | The CONTRIBUTING.md requests an (or multiple) SPDX identifier for GPL licenses. But a lot of packages did use a different, non-SPDX style with a "+" at the end instead of "-or-later". Signed-off-by: Sven Eckelmann <sven@narfation.org>
* lpc21isp: remove build timestampAlexander Couzens2017-12-03
| | | | | | | | Build timestamps prevent reproducible builds [0]. [0] https://reproducible-builds.org/docs/timestamps/ Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
* 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>
* Added the lpc21isp package.Emil 'Skeen' Madsen2016-04-03
Signed-off-by: Emil 'Skeen' Madsen <sovende@gmail.com>