mirror of
https://git.yoctoproject.org/poky
synced 2026-04-18 12:32:12 +02: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
|
||||
wireless_mode managed
|
||||
wireless_essid any
|
||||
wpa-driver wext
|
||||
wpa-conf /etc/wpa_supplicant.conf
|
||||
|
||||
iface atml0 inet dhcp
|
||||
|
||||
# Wired or wireless interfaces
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user