mirror of
https://github.com/immortalwrt/immortalwrt.git
synced 2025-08-07 22:06:25 +08: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:
@ -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
|
||||
|
Reference in New Issue
Block a user