]> git.plutz.net Git - rpi_small/blobdiff - wifi.tmpl
introduce config file tree
[rpi_small] / wifi.tmpl
diff --git a/wifi.tmpl b/wifi.tmpl
new file mode 100644 (file)
index 0000000..ec196f3
--- /dev/null
+++ b/wifi.tmpl
@@ -0,0 +1,7 @@
+auto wlan0
+allow-hotplug wlan0
+
+iface wlan0 inet dhcp
+       wpa-ssid        "#WIFI-SSID#"
+       wpa-psk         "#WIFI-PASS#"
+       hostname        "Oktopus"