[oe-commits] John E. Connolly : netbase: Cleanup bug20 interfaces file

git version control git at git.openembedded.org
Mon May 16 08:09:15 UTC 2011


Module: openembedded.git
Branch: master
Commit: 422f629e826654ac43f2c0dc195a427255ae754e
URL:    http://git.openembedded.org/?p=openembedded.git&a=commit;h=422f629e826654ac43f2c0dc195a427255ae754e

Author: John E. Connolly <jconnolly at buglabs.net>
Date:   Sat Mar 19 11:07:09 2011 -0400

netbase: Cleanup bug20 interfaces file

Chnage naming acording to our 2.6.35 kernel (eth0, wlan0).
We use connman now and don't need dhcp statements anymore

Signed-off-by: Stefan Schmidt <stefan at datenfreihafen.org>

---

 recipes/netbase/netbase/bug20/interfaces |   17 +----------------
 1 files changed, 1 insertions(+), 16 deletions(-)

diff --git a/recipes/netbase/netbase/bug20/interfaces b/recipes/netbase/netbase/bug20/interfaces
index 6e5f74e..ad6bfdd 100644
--- a/recipes/netbase/netbase/bug20/interfaces
+++ b/recipes/netbase/netbase/bug20/interfaces
@@ -4,26 +4,11 @@
 auto lo
 iface lo inet loopback
 
-# Ethernet/RNDIS gadget (g_ether)
-# usbnet and static hwaddr for mac users
-auto usb0
-iface usb0 inet static
-	hwaddress ether A2:80:F4:8A:3C:91
-	address 10.10.10.10 
-	netmask 255.255.255.0
-	gateway 10.10.10.1 
-
 # Wired interface
 # BUGbase Ethernet which is built into kernel
 # It is on USB but we rename it by udev rule
 auto eth0
-iface eth0 inet dhcp
 
 #
 # wireless interface
-auto eth1
-iface eth1 inet dhcp
-	wireless_mode managed
-	wireless_essid any
-	wpa-driver wext
-	wpa-conf /etc/wpa_supplicant.conf
+auto wlan0





More information about the Openembedded-commits mailing list