summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesse Gilles <jgilles@multitech.com>2013-04-18 13:10:26 -0500
committerJesse Gilles <jgilles@multitech.com>2013-04-18 13:10:26 -0500
commit8652be8a17b649337d5f57ab138d8db56d926273 (patch)
tree98db3a7d16d38e4ab8238b3fa674fe8f5ed48ab3
parentb8254fe401e55132c19f350750121fddafb1b559 (diff)
config: add sample wlan0 inteface to network/interfaces
to use, create /var/config/wpa_supplicant.conf and uncomment lines in /etc/network/interfaces
-rw-r--r--multitech/recipes/multitech/config/network/interfaces5
-rw-r--r--multitech/recipes/multitech/config_1.0.bb2
2 files changed, 6 insertions, 1 deletions
diff --git a/multitech/recipes/multitech/config/network/interfaces b/multitech/recipes/multitech/config/network/interfaces
index b5f625a..ae931bf 100644
--- a/multitech/recipes/multitech/config/network/interfaces
+++ b/multitech/recipes/multitech/config/network/interfaces
@@ -10,3 +10,8 @@ iface eth0 inet static
address 192.168.2.1
netmask 255.255.255.0
+# Wifi client
+# auto wlan0
+# iface wlan0 inet dhcp
+# wpa-conf /var/config/wpa_supplicant.conf
+
diff --git a/multitech/recipes/multitech/config_1.0.bb b/multitech/recipes/multitech/config_1.0.bb
index 8d3ee99..45a6c5f 100644
--- a/multitech/recipes/multitech/config_1.0.bb
+++ b/multitech/recipes/multitech/config_1.0.bb
@@ -1,7 +1,7 @@
DESCRIPTION = "Provides default system config files and /var/config fs"
SECTION = "base"
LICENSE = "GPL"
-PR = "r15"
+PR = "r16"
inherit update-rc.d