mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2024-11-08 07:49:21 +01:00
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:
parent
081a59e0f2
commit
ad4bd9c5d8
@ -30,6 +30,7 @@ define Package/apk/default
|
|||||||
TITLE:=apk package manager
|
TITLE:=apk package manager
|
||||||
DEPENDS:=+zlib
|
DEPENDS:=+zlib
|
||||||
URL:=$(PKG_SOURCE_URL)
|
URL:=$(PKG_SOURCE_URL)
|
||||||
|
PROVIDES:=apk
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/apk-mbedtls
|
define Package/apk-mbedtls
|
||||||
|
Loading…
Reference in New Issue
Block a user