diff options
-rw-r--r-- | meta/packages/netbase/netbase/nokia800/interfaces | 5 | ||||
-rw-r--r-- | meta/packages/netbase/netbase/qemuarm/interfaces | 36 | ||||
-rw-r--r-- | meta/packages/netbase/netbase/qemux86/interfaces | 34 | ||||
-rw-r--r-- | meta/packages/netbase/netbase_4.21.bb | 2 |
4 files changed, 6 insertions, 71 deletions
diff --git a/meta/packages/netbase/netbase/nokia800/interfaces b/meta/packages/netbase/netbase/nokia800/interfaces new file mode 100644 index 0000000000..16967763e5 --- /dev/null +++ b/meta/packages/netbase/netbase/nokia800/interfaces | |||
@@ -0,0 +1,5 @@ | |||
1 | # /etc/network/interfaces -- configuration file for ifup(8), ifdown(8) | ||
2 | |||
3 | # The loopback interface | ||
4 | auto lo | ||
5 | iface lo inet loopback | ||
diff --git a/meta/packages/netbase/netbase/qemuarm/interfaces b/meta/packages/netbase/netbase/qemuarm/interfaces index 9259c1d8f5..f657944f0f 100644 --- a/meta/packages/netbase/netbase/qemuarm/interfaces +++ b/meta/packages/netbase/netbase/qemuarm/interfaces | |||
@@ -4,12 +4,6 @@ | |||
4 | auto lo | 4 | auto lo |
5 | iface lo inet loopback | 5 | iface lo inet loopback |
6 | 6 | ||
7 | # Wireless interfaces | ||
8 | iface wlan0 inet dhcp | ||
9 | wireless_mode managed | ||
10 | wireless_essid any | ||
11 | iface atml0 inet dhcp | ||
12 | |||
13 | # Wired or wireless interfaces | 7 | # Wired or wireless interfaces |
14 | auto eth0 | 8 | auto eth0 |
15 | iface eth0 inet static | 9 | iface eth0 inet static |
@@ -17,33 +11,3 @@ iface eth0 inet static | |||
17 | netmask 255.255.255.0 | 11 | netmask 255.255.255.0 |
18 | network 192.168.7.0 | 12 | network 192.168.7.0 |
19 | gateway 192.168.7.1 | 13 | gateway 192.168.7.1 |
20 | |||
21 | iface eth1 inet dhcp | ||
22 | |||
23 | # Ethernet/RNDIS gadget (g_ether) | ||
24 | # ... or on host side, usbnet and random hwaddr | ||
25 | iface usb0 inet static | ||
26 | address 192.168.0.202 | ||
27 | netmask 255.255.255.0 | ||
28 | network 192.168.0.0 | ||
29 | gateway 192.168.0.200 | ||
30 | |||
31 | |||
32 | # Zaurus 2.4 Lineo net_fd; obsolete | ||
33 | iface usbd0 inet static | ||
34 | address 192.168.129.201 | ||
35 | netmask 255.255.255.0 | ||
36 | network 192.168.129.0 | ||
37 | gateway 192.168.129.200 | ||
38 | |||
39 | # iPAQ 2.4 mach-sa1100/usb-eth | ||
40 | # (192.168.0.202 is the iPAQ's IP, 192.168.0.200 is the host's IP) | ||
41 | iface usbf inet static | ||
42 | address 192.168.0.202 | ||
43 | netmask 255.255.255.0 | ||
44 | network 192.168.0.0 | ||
45 | gateway 192.168.0.200 | ||
46 | |||
47 | # Bluetooth networking | ||
48 | iface bnep0 inet dhcp | ||
49 | |||
diff --git a/meta/packages/netbase/netbase/qemux86/interfaces b/meta/packages/netbase/netbase/qemux86/interfaces index 9259c1d8f5..9b442355fd 100644 --- a/meta/packages/netbase/netbase/qemux86/interfaces +++ b/meta/packages/netbase/netbase/qemux86/interfaces | |||
@@ -4,12 +4,6 @@ | |||
4 | auto lo | 4 | auto lo |
5 | iface lo inet loopback | 5 | iface lo inet loopback |
6 | 6 | ||
7 | # Wireless interfaces | ||
8 | iface wlan0 inet dhcp | ||
9 | wireless_mode managed | ||
10 | wireless_essid any | ||
11 | iface atml0 inet dhcp | ||
12 | |||
13 | # Wired or wireless interfaces | 7 | # Wired or wireless interfaces |
14 | auto eth0 | 8 | auto eth0 |
15 | iface eth0 inet static | 9 | iface eth0 inet static |
@@ -18,32 +12,4 @@ iface eth0 inet static | |||
18 | network 192.168.7.0 | 12 | network 192.168.7.0 |
19 | gateway 192.168.7.1 | 13 | gateway 192.168.7.1 |
20 | 14 | ||
21 | iface eth1 inet dhcp | ||
22 | |||
23 | # Ethernet/RNDIS gadget (g_ether) | ||
24 | # ... or on host side, usbnet and random hwaddr | ||
25 | iface usb0 inet static | ||
26 | address 192.168.0.202 | ||
27 | netmask 255.255.255.0 | ||
28 | network 192.168.0.0 | ||
29 | gateway 192.168.0.200 | ||
30 | |||
31 | |||
32 | # Zaurus 2.4 Lineo net_fd; obsolete | ||
33 | iface usbd0 inet static | ||
34 | address 192.168.129.201 | ||
35 | netmask 255.255.255.0 | ||
36 | network 192.168.129.0 | ||
37 | gateway 192.168.129.200 | ||
38 | |||
39 | # iPAQ 2.4 mach-sa1100/usb-eth | ||
40 | # (192.168.0.202 is the iPAQ's IP, 192.168.0.200 is the host's IP) | ||
41 | iface usbf inet static | ||
42 | address 192.168.0.202 | ||
43 | netmask 255.255.255.0 | ||
44 | network 192.168.0.0 | ||
45 | gateway 192.168.0.200 | ||
46 | |||
47 | # Bluetooth networking | ||
48 | iface bnep0 inet dhcp | ||
49 | 15 | ||
diff --git a/meta/packages/netbase/netbase_4.21.bb b/meta/packages/netbase/netbase_4.21.bb index 265da46360..d5393d0cf1 100644 --- a/meta/packages/netbase/netbase_4.21.bb +++ b/meta/packages/netbase/netbase_4.21.bb | |||
@@ -2,7 +2,7 @@ DESCRIPTION = "This package provides the necessary \ | |||
2 | infrastructure for basic TCP/IP based networking." | 2 | infrastructure for basic TCP/IP based networking." |
3 | SECTION = "base" | 3 | SECTION = "base" |
4 | LICENSE = "GPL" | 4 | LICENSE = "GPL" |
5 | PR = "r14" | 5 | PR = "r15" |
6 | 6 | ||
7 | inherit update-rc.d | 7 | inherit update-rc.d |
8 | 8 | ||