projects
/
openwrt
/
staging
/
svanheule.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2951e0a
)
target: install apk-mbedtls by default
author
Paul Spooren
<mail@aparcar.org>
Thu, 23 May 2024 22:08:56 +0000
(
00:08
+0200)
committer
Christian Marangi
<ansuelsmth@gmail.com>
Tue, 11 Jun 2024 21:58:15 +0000
(23:58 +0200)
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>
include/target.mk
patch
|
blob
|
history
diff --git
a/include/target.mk
b/include/target.mk
index 8b81b54624869b02af444009c0fcafec14acef51..e2274171a9e02a889b6d0f0c9fd8f9b72630b885 100644
(file)
--- a/
include/target.mk
+++ b/
include/target.mk
@@
-27,7
+27,7
@@
DEFAULT_PACKAGES:=\
urngd
ifdef CONFIG_USE_APK
-DEFAULT_PACKAGES+=apk
+DEFAULT_PACKAGES+=apk
-mbedtls
else
DEFAULT_PACKAGES+=opkg
endif