summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesse Gilles <jgilles@multitech.com>2013-04-18 17:27:36 -0500
committerJesse Gilles <jgilles@multitech.com>2013-04-18 17:27:36 -0500
commit75243a7c30dd108d0ffd99ee34916f817266f084 (patch)
tree86cf8d12d439363837f8a5cf0dd595b5299711d5
parentc398c304da3db38f83bf25619db7032f4427c117 (diff)
config: add wpa-driver to network/interfaces for wlan0
-rw-r--r--multitech/recipes/multitech/config/network/interfaces7
-rw-r--r--multitech/recipes/multitech/config_1.0.bb2
2 files changed, 5 insertions, 4 deletions
diff --git a/multitech/recipes/multitech/config/network/interfaces b/multitech/recipes/multitech/config/network/interfaces
index ae931bf..ab3a27a 100644
--- a/multitech/recipes/multitech/config/network/interfaces
+++ b/multitech/recipes/multitech/config/network/interfaces
@@ -11,7 +11,8 @@ 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
+#auto wlan0
+#iface wlan0 inet dhcp
+#wpa-conf /var/config/wpa_supplicant.conf
+#wpa-driver nl80211
diff --git a/multitech/recipes/multitech/config_1.0.bb b/multitech/recipes/multitech/config_1.0.bb
index 2e22a86..cdc0909 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 = "r17"
+PR = "r18"
inherit update-rc.d