diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2023-11-04 18:38:27 +0000 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2023-11-04 18:38:27 +0000 |
commit | eb4ec3ad97ca89c80dddb59cc921dfc34e0829a3 (patch) | |
tree | bd47a8d83ea6cf9582df0394f62f1833bd09ba0c | |
parent | 14b3bcbc4946c3e6947f9fdcec836defafaf05a9 (diff) |
9/boot/net.rc: allow setting additional flags to aux/wpa with $wpaopts in plan9.ini
-rwxr-xr-x | sys/src/9/boot/net.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/src/9/boot/net.rc b/sys/src/9/boot/net.rc index b218263c4..4ad7dbb41 100755 --- a/sys/src/9/boot/net.rc +++ b/sys/src/9/boot/net.rc @@ -13,7 +13,7 @@ fn wifi{ if not { x=($x -p) } - $x $1 + $x $wpaopts $1 } essid=() rm -f /env/^(essid wpapsk) |