apk: add missing PROVIDES

Add PROVIDES:=apk to the Makefile so we can default to install `apk` by
default as a dependency.

Signed-off-by: Paul Spooren <mail@aparcar.org>
This commit is contained in:
Paul Spooren 2024-05-17 21:47:46 +03:00
parent 081a59e0f2
commit ad4bd9c5d8
1 changed files with 1 additions and 0 deletions

View File

@ -30,6 +30,7 @@ define Package/apk/default
TITLE:=apk package manager
DEPENDS:=+zlib
URL:=$(PKG_SOURCE_URL)
PROVIDES:=apk
endef
define Package/apk-mbedtls