summaryrefslogtreecommitdiff
path: root/target/lemote
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-06-20 21:05:39 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2010-06-20 21:05:39 +0200
commit9cef6f4deb8f736d63bb41dc7e34793ad60db482 (patch)
treef695c6a9da10dd92a83addcde81cc59fb6f961dd /target/lemote
parentf26175596bc6aa74275ced4134ec691164988085 (diff)
add wlan example
Diffstat (limited to 'target/lemote')
-rw-r--r--target/lemote/files/etc/network/interfaces13
1 files changed, 13 insertions, 0 deletions
diff --git a/target/lemote/files/etc/network/interfaces b/target/lemote/files/etc/network/interfaces
new file mode 100644
index 000000000..3abd272d8
--- /dev/null
+++ b/target/lemote/files/etc/network/interfaces
@@ -0,0 +1,13 @@
+auto lo
+iface lo inet loopback
+
+# wlan example
+#auto wlan0
+#iface wlan0 inet dhcp
+# wireless-extension 1
+# wireless-mode sta
+# wireless-channel 1
+# wireless-ssid openadk
+# wireless-security wpa2
+# wireless-passphrase openadk123
+