apk: add package
authorPaul Spooren <mail@aparcar.org>
Mon, 14 Feb 2022 11:21:08 +0000 (12:21 +0100)
committerPaul Spooren <mail@aparcar.org>
Mon, 6 Feb 2023 20:57:03 +0000 (21:57 +0100)
commitc6c6a25d548b1a178ecaa16f03331a2bd115745a
tree0766dfb6d417efbab95197a550d043236bd2136c
parenta0123d6c7df259e63a01e527a9d273c96fc06724
apk: add package

APK (Alpine Package Keeper) is the package manager of Alpine Linux and
has multiple advantages over OPKG, add the manager as an alternative.

Signed-off-by: Paul Spooren <mail@aparcar.org>
23 files changed:
.gitignore
README.md
include/feeds.mk
include/image.mk
include/kernel.mk
include/package-ipkg.mk
include/rootfs.mk
include/target.mk
package/Makefile
package/base-files/Makefile
package/base-files/files/lib/functions.sh
package/kernel/linux/Makefile
package/libs/toolchain/Makefile
package/network/services/hostapd/Makefile
package/system/apk/Makefile [new file with mode: 0644]
package/system/apk/patches/0001-openwrt-move-layer-db-to-temp-folder.patch [new file with mode: 0644]
package/system/apk/patches/0002-change-naming-to-name-_-version-_-arch-.apk.patch [new file with mode: 0644]
package/system/apk/patches/0003-WIP-use-opkg-version-compare-algorithm.patch [new file with mode: 0644]
package/system/fstools/files/snapshot
rules.mk
scripts/feeds
target/imagebuilder/Makefile
target/imagebuilder/files/Makefile