aboutsummaryrefslogtreecommitdiff
path: root/utils/apk/patches
Commit message (Collapse)AuthorAge
* apk: move package to corePaul Spooren2024-04-29
| | | | | | This will become part of openwrt.git and used within the build system. Signed-off-by: Paul Spooren <mail@aparcar.org>
* apk: Update to 2.14.0Tianling Shen2023-05-17
| | | | | | | * Fixed build issue with musl 1.2.4. * Refreshed patches. Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* apk: Update to 2.12.11Tianling Shen2023-04-15
| | | | | | Refreshed patches. Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* apk: fix compilation without deprecated OpenSSL APIsRosen Penev2021-01-28
| | | | | | | | Upstream Backport. Refreshed patches. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* apk: add packagePaul Spooren2021-01-26
The Alpine Package Keeper is the default package manager for Alpine Linux. They manage their own repositoriy with thousends of packages and as musl is used for compilation, their binaries can directly run on OpenWrt. Signed-off-by: Paul Spooren <mail@aparcar.org>