aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/netbase
diff options
context:
space:
mode:
authorJohn E. Connolly <jconnolly@buglabs.net>2011-03-19 11:07:09 -0400
committerStefan Schmidt <stefan@buglabs.net>2011-05-16 10:02:42 +0200
commit422f629e826654ac43f2c0dc195a427255ae754e (patch)
tree92d94c8cd29d0dc22c38730767132cfaf0aad163 /recipes/netbase
parent115a388621898f0a9a5ddae8cc74c5c0d934a62f (diff)
downloadopenembedded-422f629e826654ac43f2c0dc195a427255ae754e.tar.gz
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@datenfreihafen.org>
Diffstat (limited to 'recipes/netbase')
-rw-r--r--recipes/netbase/netbase/bug20/interfaces17
1 files changed, 1 insertions, 16 deletions
diff --git a/recipes/netbase/netbase/bug20/interfaces b/recipes/netbase/netbase/bug20/interfaces
index 6e5f74eb45..ad6bfdd6ef 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