From: Chris Larson Date: Tue, 30 Nov 2004 07:30:29 +0000 (+0000) Subject: BUGFIX: set wireless_type to wlan-ng in the default tosa /etc/network/interfaces... X-Git-Tag: Release-2010-05/1~15872 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=92018ea85cb855d9ef17c4c0292634b0063db5f9;p=openembedded.git BUGFIX: set wireless_type to wlan-ng in the default tosa /etc/network/interfaces file. BKrev: 41ac2195all77MzHHeatBo5UE4hidA --- diff --git a/netbase/netbase/tosa/interfaces b/netbase/netbase/tosa/interfaces index b0938d3e94..92b022475c 100644 --- a/netbase/netbase/tosa/interfaces +++ b/netbase/netbase/tosa/interfaces @@ -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 diff --git a/netbase/netbase_4.19.oe b/netbase/netbase_4.19.oe index aa4f0a4efe..1f478b0c1b 100644 --- a/netbase/netbase_4.19.oe +++ b/netbase/netbase_4.19.oe @@ -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