]> code.ossystems Code Review - openembedded-core.git/commitdiff
netbase: add WPA Supplicant support for wlan0
authorMarcin Juszkiewicz <hrw@openedhand.com>
Mon, 23 Apr 2007 12:55:29 +0000 (12:55 +0000)
committerMarcin Juszkiewicz <hrw@openedhand.com>
Mon, 23 Apr 2007 12:55:29 +0000 (12:55 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1532 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/netbase/netbase/interfaces
meta/packages/netbase/netbase_4.21.bb

index c71a74cf8667006c0627c294fd1414cb189e206b..dc6b823002b8bfa836c42ec59dc41548b4e4d173 100644 (file)
@@ -8,6 +8,9 @@ iface lo inet loopback
 iface wlan0 inet dhcp
        wireless_mode managed
        wireless_essid any
+       wpa-driver wext
+       wpa-conf /etc/wpa_supplicant.conf
+
 iface atml0 inet dhcp
 
 # Wired or wireless interfaces
index 4590cf764900ffc5d2fb24cd8ff123ee9ca34a14..265da46360315f2ab0da3220fb2056e3cb3b70df 100644 (file)
@@ -2,7 +2,7 @@ DESCRIPTION = "This package provides the necessary \
 infrastructure for basic TCP/IP based networking."
 SECTION = "base"
 LICENSE = "GPL"
-PR = "r13"
+PR = "r14"
 
 inherit update-rc.d