Skip to content
Snippets Groups Projects
Commit 02c4b280 authored by Natanael Copa's avatar Natanael Copa
Browse files

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 alpine/alpine-conf#10558
parent c5d18b3d
No related branches found
No related tags found
No related merge requests found
......@@ -24,6 +24,7 @@ profile_standard() {
kernel_addons=
;;
esac
apks="$apks iw wpa_supplicant"
}
profile_extended() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment