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:
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user