From: Grazvydas Ignotas Date: Mon, 18 Jun 2012 22:35:27 +0000 (+0300) Subject: netbase: omap3-pandora: remove wlan entry X-Git-Tag: sz_152~19 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6e5e506a2342b2d8f1144cb08b8fab8d5e80ba7e;p=openembedded.git netbase: omap3-pandora: remove wlan entry it's slowing down NetworkManager. Also, since this is yet another hack, add usbnet "example". --- diff --git a/recipes/netbase/netbase/omap3-pandora/interfaces b/recipes/netbase/netbase/omap3-pandora/interfaces index afbcf20f07..65112b1d40 100644 --- a/recipes/netbase/netbase/omap3-pandora/interfaces +++ b/recipes/netbase/netbase/omap3-pandora/interfaces @@ -5,11 +5,17 @@ auto lo iface lo inet loopback # Wireless interfaces -iface wlan0 inet dhcp - wireless_mode managed - wireless_essid any - wpa-driver wext - wpa-conf /etc/wpa_supplicant.conf +# removed since this slows down NM +#iface wlan0 inet dhcp +# wireless_mode managed +# wireless_essid any +# wpa-driver wext +# wpa-conf /etc/wpa_supplicant.conf + +#auto usb0 +#iface usb0 inet static +# address 10.0.1.3 +# netmask 255.255.255.0 # Bluetooth networking iface bnep0 inet dhcp diff --git a/recipes/netbase/netbase_4.21.bb b/recipes/netbase/netbase_4.21.bb index fad809e0b1..13dd52b3cd 100644 --- a/recipes/netbase/netbase_4.21.bb +++ b/recipes/netbase/netbase_4.21.bb @@ -2,7 +2,7 @@ DESCRIPTION = "This package provides the necessary \ infrastructure for basic TCP/IP based networking." SECTION = "base" LICENSE = "GPLv2" -PR = "r42" +PR = "r43" inherit update-rc.d