mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 13:27:09 +02:00
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:
parent
c5d18b3d87
commit
02c4b280b6
@ -24,6 +24,7 @@ profile_standard() {
|
||||
kernel_addons=
|
||||
;;
|
||||
esac
|
||||
apks="$apks iw wpa_supplicant"
|
||||
}
|
||||
|
||||
profile_extended() {
|
||||
|
Loading…
Reference in New Issue
Block a user