summaryrefslogtreecommitdiffstats
path: root/meta/packages/netbase/netbase
diff options
context:
space:
mode:
Diffstat (limited to 'meta/packages/netbase/netbase')
-rw-r--r--meta/packages/netbase/netbase/interfaces20
1 files changed, 2 insertions, 18 deletions
diff --git a/meta/packages/netbase/netbase/interfaces b/meta/packages/netbase/netbase/interfaces
index fbeb14ffbc..c71a74cf86 100644
--- a/meta/packages/netbase/netbase/interfaces
+++ b/meta/packages/netbase/netbase/interfaces
@@ -6,8 +6,8 @@ iface lo inet loopback
6 6
7# Wireless interfaces 7# Wireless interfaces
8iface wlan0 inet dhcp 8iface wlan0 inet dhcp
9wireless_mode managed 9 wireless_mode managed
10wireless_essid any 10 wireless_essid any
11iface atml0 inet dhcp 11iface atml0 inet dhcp
12 12
13# Wired or wireless interfaces 13# Wired or wireless interfaces
@@ -22,22 +22,6 @@ iface usb0 inet static
22 network 192.168.0.0 22 network 192.168.0.0
23 gateway 192.168.0.200 23 gateway 192.168.0.200
24 24
25
26# Zaurus 2.4 Lineo net_fd; obsolete
27iface usbd0 inet static
28 address 192.168.129.201
29 netmask 255.255.255.0
30 network 192.168.129.0
31 gateway 192.168.129.200
32
33# iPAQ 2.4 mach-sa1100/usb-eth
34# (192.168.0.202 is the iPAQ's IP, 192.168.0.200 is the host's IP)
35iface usbf inet static
36 address 192.168.0.202
37 netmask 255.255.255.0
38 network 192.168.0.0
39 gateway 192.168.0.200
40
41# Bluetooth networking 25# Bluetooth networking
42iface bnep0 inet dhcp 26iface bnep0 inet dhcp
43 27