Initial commit
This commit is contained in:
commit
df5befa9d1
45 changed files with 2030 additions and 0 deletions
8
root-fs/etc/wpa_supplicant/wpa_supplicant.conf
Executable file
8
root-fs/etc/wpa_supplicant/wpa_supplicant.conf
Executable file
|
@ -0,0 +1,8 @@
|
|||
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
|
||||
update_config=1
|
||||
|
||||
network={
|
||||
ssid="foo"
|
||||
psk="bar-bar-bar"
|
||||
}
|
||||
|
Reference in a new issue