diff options
author | Ross Burton <ross@openedhand.com> | 2007-04-10 11:34:05 +0000 |
---|---|---|
committer | Ross Burton <ross@openedhand.com> | 2007-04-10 11:34:05 +0000 |
commit | bd8965c81916e7031fbdeecc3ebf9dd920c61260 (patch) | |
tree | 9e0f842698218767ac2ac840e321de19a4915394 /meta/packages | |
parent | aca29f112c35991c1d8fc27e0f6eb45f0318cb10 (diff) | |
download | poky-bd8965c81916e7031fbdeecc3ebf9dd920c61260.tar.gz |
Remove unused interfaces
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1456 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages')
-rw-r--r-- | meta/packages/netbase/netbase/interfaces | 20 |
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 |
8 | iface wlan0 inet dhcp | 8 | iface wlan0 inet dhcp |
9 | wireless_mode managed | 9 | wireless_mode managed |
10 | wireless_essid any | 10 | wireless_essid any |
11 | iface atml0 inet dhcp | 11 | iface 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 | ||
27 | iface 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) | ||
35 | iface 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 |
42 | iface bnep0 inet dhcp | 26 | iface bnep0 inet dhcp |
43 | 27 | ||