Skip to content

Commit

Permalink
target: install apk-mbedtls by default
Browse files Browse the repository at this point in the history
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 <[email protected]>
Link: openwrt/openwrt#15543
Signed-off-by: Christian Marangi <[email protected]>
  • Loading branch information
aparcar authored and Ansuel committed Jun 11, 2024
1 parent 2951e0a commit 2c769cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/target.mk
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ DEFAULT_PACKAGES:=\
urngd

ifdef CONFIG_USE_APK
DEFAULT_PACKAGES+=apk
DEFAULT_PACKAGES+=apk-mbedtls
else
DEFAULT_PACKAGES+=opkg
endif
Expand Down

0 comments on commit 2c769cf

Please sign in to comment.