summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/packages/netbase/netbase/nokia800/interfaces5
-rw-r--r--meta/packages/netbase/netbase/qemuarm/interfaces36
-rw-r--r--meta/packages/netbase/netbase/qemux86/interfaces34
-rw-r--r--meta/packages/netbase/netbase_4.21.bb2
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
4auto lo
5iface 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 @@
4auto lo 4auto lo
5iface lo inet loopback 5iface lo inet loopback
6 6
7# Wireless interfaces
8iface wlan0 inet dhcp
9wireless_mode managed
10wireless_essid any
11iface atml0 inet dhcp
12
13# Wired or wireless interfaces 7# Wired or wireless interfaces
14auto eth0 8auto eth0
15iface eth0 inet static 9iface 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
21iface eth1 inet dhcp
22
23# Ethernet/RNDIS gadget (g_ether)
24# ... or on host side, usbnet and random hwaddr
25iface 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
33iface 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)
41iface 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
48iface 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 @@
4auto lo 4auto lo
5iface lo inet loopback 5iface lo inet loopback
6 6
7# Wireless interfaces
8iface wlan0 inet dhcp
9wireless_mode managed
10wireless_essid any
11iface atml0 inet dhcp
12
13# Wired or wireless interfaces 7# Wired or wireless interfaces
14auto eth0 8auto eth0
15iface eth0 inet static 9iface 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
21iface eth1 inet dhcp
22
23# Ethernet/RNDIS gadget (g_ether)
24# ... or on host side, usbnet and random hwaddr
25iface 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
33iface 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)
41iface 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
48iface 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 \
2infrastructure for basic TCP/IP based networking." 2infrastructure for basic TCP/IP based networking."
3SECTION = "base" 3SECTION = "base"
4LICENSE = "GPL" 4LICENSE = "GPL"
5PR = "r14" 5PR = "r15"
6 6
7inherit update-rc.d 7inherit update-rc.d
8 8