aboutsummaryrefslogtreecommitdiff
path: root/utils/mt-st/patches/010-sysmacros.patch
Commit message (Collapse)AuthorAge
* 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>
* pciutils: Fix pkgconfig fileRosen Penev2019-11-27
| | | | | | It's pointing to the host. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* mt-st: Add missing headerRosen Penev2019-08-02
New version of musl no longer includes this header internally. Removed several unnecessary variables in Makefile. Signed-off-by: Rosen Penev <rosenp@gmail.com>