init.d: added wifi
This commit is contained in:
parent
9bbb20c7ba
commit
ca3511593b
1 changed files with 3 additions and 0 deletions
3
init/init.d/wifi
Executable file
3
init/init.d/wifi
Executable file
|
@ -0,0 +1,3 @@
|
||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
wpa_supplicant -B -i wlan0 -D nl80211 -c /etc/wpa_supplicant.conf
|
Loading…
Reference in a new issue