netbase: add WPA Supplicant support for wlan0

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1532 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Marcin Juszkiewicz 2007-04-23 12:55:29 +00:00
parent 68d68db48f
commit a45ca84119
2 changed files with 4 additions and 1 deletions

View 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

View 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