BUGFIX: set wireless_type to wlan-ng in the default tosa /etc/network/interfaces...
authorChris Larson <clarson@kergoth.com>
Tue, 30 Nov 2004 07:30:29 +0000 (07:30 +0000)
committerChris Larson <clarson@kergoth.com>
Tue, 30 Nov 2004 07:30:29 +0000 (07:30 +0000)
BKrev: 41ac2195all77MzHHeatBo5UE4hidA

netbase/netbase/tosa/interfaces
netbase/netbase_4.19.oe

index b0938d3..92b0224 100644 (file)
@@ -6,6 +6,7 @@ iface lo inet loopback
 
 # Wireless interfaces
 iface wlan0 inet dhcp
+  wireless_type wlan-ng
   wireless_mode Managed
   pre-up modprobe prism2_usb
   pre-up /sbin/usbctl on 1
index aa4f0a4..1f478b0 100644 (file)
@@ -1,7 +1,7 @@
 SECTION = "base"
 DESCRIPTION = "This package provides the necessary \
 infrastructure for basic TCP/IP based networking."
-PR = "r1"
+PR = "r2"
 
 inherit update-rc.d