1
0
mirror of https://git.yoctoproject.org/poky synced 2026-06-01 13:09:50 +00:00

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
+3
View File
@@ -8,6 +8,9 @@ iface lo inet loopback
iface wlan0 inet dhcp iface wlan0 inet dhcp
wireless_mode managed wireless_mode managed
wireless_essid any wireless_essid any
wpa-driver wext
wpa-conf /etc/wpa_supplicant.conf
iface atml0 inet dhcp iface atml0 inet dhcp
# Wired or wireless interfaces # Wired or wireless interfaces
+1 -1
View File
@@ -2,7 +2,7 @@ DESCRIPTION = "This package provides the necessary \
infrastructure for basic TCP/IP based networking." infrastructure for basic TCP/IP based networking."
SECTION = "base" SECTION = "base"
LICENSE = "GPL" LICENSE = "GPL"
PR = "r13" PR = "r14"
inherit update-rc.d inherit update-rc.d