mirror of
https://github.com/openwrt/openwrt.git
synced 2025-03-10 22:44:04 +00:00
target: install apk-mbedtls by default
since the split of APK in mbedtls and openssl version, installing `apk` as default package doesn't do the trick anymore. Instead specify `apk-mbedtls` directly. Signed-off-by: Paul Spooren <mail@aparcar.org> Link: https://github.com/openwrt/openwrt/pull/15543 Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
This commit is contained in:
parent
2951e0a80e
commit
2c769cff23
@ -27,7 +27,7 @@ DEFAULT_PACKAGES:=\
|
||||
urngd
|
||||
|
||||
ifdef CONFIG_USE_APK
|
||||
DEFAULT_PACKAGES+=apk
|
||||
DEFAULT_PACKAGES+=apk-mbedtls
|
||||
else
|
||||
DEFAULT_PACKAGES+=opkg
|
||||
endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user