Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
# The loopback interface
auto lo
iface lo inet loopback
-
-# Wired or wireless interfaces
-auto eth0
-iface eth0 inet static
- address 192.168.7.2
- netmask 255.255.255.0
- network 192.168.7.0
- gateway 192.168.7.1
# The loopback interface
auto lo
iface lo inet loopback
-
-# Wired or wireless interfaces
-auto eth0
-iface eth0 inet static
- address 192.168.7.2
- netmask 255.255.255.0
- network 192.168.7.0
- gateway 192.168.7.1
# The loopback interface
auto lo
iface lo inet loopback
-
-# Wired or wireless interfaces
-auto eth0
-iface eth0 inet static
- address 192.168.7.2
- netmask 255.255.255.0
- network 192.168.7.0
- gateway 192.168.7.1
--- /dev/null
+# /etc/network/interfaces -- configuration file for ifup(8), ifdown(8)
+
+# The loopback interface
+auto lo
+iface lo inet loopback
+
+
+
auto lo
iface lo inet loopback
-# Wired or wireless interfaces
-auto eth0
-iface eth0 inet static
- address 192.168.7.2
- netmask 255.255.255.0
- network 192.168.7.0
- gateway 192.168.7.1
HOMEPAGE = "http://packages.debian.org/netbase"
SECTION = "base"
LICENSE = "GPLv2"
-PR = "r0"
+PR = "r1"
inherit update-rc.d