[oe-commits] org.oe.dev netbase: Update /e/n/interfaces to include new WPA example configuration. Closing bug #3567.

coredump2 commit openembedded-commits at lists.openembedded.org
Wed Dec 26 17:35:00 UTC 2007


netbase: Update /e/n/interfaces to include new WPA example configuration. Closing bug #3567.

Author: coredump2 at openembedded.org
Branch: org.openembedded.dev
Revision: e0812b867aee310381150ec8e2be57aab30190a6
ViewMTN: http://monotone.openembedded.org/revision/info/e0812b867aee310381150ec8e2be57aab30190a6
Files:
1
packages/netbase/netbase/interfaces
packages/netbase/netbase_4.21.bb
Diffs:

#
# mt diff -r1416d1e4cfce083e6b76fa75ed7a0fc67559a1ab -re0812b867aee310381150ec8e2be57aab30190a6
#
# 
# 
# patch "packages/netbase/netbase/interfaces"
#  from [cc5bda41921fddb04fb5d8c5c23b06aa3b206f00]
#    to [17e55e7fd7b8aa8d321064a2565b15c93d7e2a41]
# 
# patch "packages/netbase/netbase_4.21.bb"
#  from [ac3c4b953184fd7098259b3a46b4934ac0926ba9]
#    to [af669d9b9d58a59681b0445de61ca6198bb991e1]
# 
============================================================
--- packages/netbase/netbase/interfaces	cc5bda41921fddb04fb5d8c5c23b06aa3b206f00
+++ packages/netbase/netbase/interfaces	17e55e7fd7b8aa8d321064a2565b15c93d7e2a41
@@ -29,15 +29,24 @@ iface wlan0 inet dhcp
 #	wireless-mode managed                  
 #
 # A WPA1 or WPA2 encrypted connection locked to a specific access point.
-# The WLAN cards firmware is updated temporarily to allow WPA
-# connections. Your card may or may not need the update.
+# This is the best option for non-roaming, single-network usage.
+# Note that your card may require a firmware update to use WPA. 
+# Some distributions install a temporary volatile firmware update on ifup.
 #
 #iface wlan0 inet dhcp                                                   
 #	wpa-essid some-essid                                          
 #	wpa-psk My-PlainText-Password                                              
-#	pre-up iwpriv wlan0 reset 1                                      
-#	pre-up prism2_srec -r wlan0 /etc/pcmcia/rf010804.hex             
+#
+# A WPA1 or WPA2 encrypted connection using an external configuration file
+# for wpa-supplicant. This is the way to go if you need to configure multiple
+# networks with different keys and / or WPA settings and roaming support.
+#
+# iface wlan0 inet dhcp
+#    wpa-conf /etc/wpa_supplicant.conf
+#    wpa-driver hostap
 
+
+
 iface atml0 inet dhcp
 
 # Wired or wireless interfaces
============================================================
--- packages/netbase/netbase_4.21.bb	ac3c4b953184fd7098259b3a46b4934ac0926ba9
+++ packages/netbase/netbase_4.21.bb	af669d9b9d58a59681b0445de61ca6198bb991e1
@@ -1,8 +1,8 @@ LICENSE = "GPL"
 DESCRIPTION = "This package provides the necessary \
 infrastructure for basic TCP/IP based networking."
 SECTION = "base"
 LICENSE = "GPL"
-PR = "r25"
+PR = "r26"
 
 inherit update-rc.d
 






More information about the Openembedded-commits mailing list