mirror of
https://github.com/openwrt/openwrt.git
synced 2025-03-11 15:04:26 +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
|
urngd
|
||||||
|
|
||||||
ifdef CONFIG_USE_APK
|
ifdef CONFIG_USE_APK
|
||||||
DEFAULT_PACKAGES+=apk
|
DEFAULT_PACKAGES+=apk-mbedtls
|
||||||
else
|
else
|
||||||
DEFAULT_PACKAGES+=opkg
|
DEFAULT_PACKAGES+=opkg
|
||||||
endif
|
endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user