scripts/mkimg.standard.sh: add wifi support to standard

Users may need configure network over wifi, so lets include the tools
needed for that in the standard image.

fixes https://gitlab.alpinelinux.org/alpine/alpine-conf/-/issues/10558
This commit is contained in:
Natanael Copa 2023-05-02 16:40:44 +02:00
parent c5d18b3d87
commit 02c4b280b6

View File

@ -24,6 +24,7 @@ profile_standard() {
kernel_addons=
;;
esac
apks="$apks iw wpa_supplicant"
}
profile_extended() {