interfaces: Remove eth1 configuration from the file

While the phytec devboard has multiple external ethernet interfaces
the odu has only one to the outside. Remove it from the config.

Fixes: ORT#653
This commit is contained in:
Holger Hans Peter Freyther 2014-11-08 14:23:34 +01:00
parent 4fb99f81c4
commit 3e709b24b6
2 changed files with 2 additions and 8 deletions

View File

@ -1,6 +1,6 @@
# /etc/network/interfaces -- configuration file for ifup(8), ifdown(8)
auto lo eth0 eth1
auto lo eth0
# The loopback interface
iface lo inet loopback
@ -8,9 +8,3 @@ iface lo inet loopback
# eth0
iface eth0 inet dhcp
# eth1
iface eth1 inet static
address 192.168.4.11
netmask 255.255.255.0

View File

@ -1,6 +1,6 @@
SYSMOCOM := "${@os.path.dirname(bb.data.getVar('FILE', d, True))}"
FILESEXTRAPATHS_prepend := "${SYSMOCOM}/${PN}-${PV}:${SYSMOCOM}/${PN}:"
PRINC = "18"
PRINC = "19"
# bug in poky meta/classes/base.bbclass