mirror of
git://git.yoctoproject.org/meta-intel.git
synced 2025-07-19 12:59:03 +02:00
fri2: netbase: Add an fri2 specific /etc/network/interfaces file
The default interfaces file sets usb0 up as static inet. As the FRI2 is more likely to use the usb0 interface for a cellular modem, this is inappropriate. Drop usb0 from /etc/network/interfaces entirely and rely on ofono to set it up. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
This commit is contained in:
parent
f64ab3a8c9
commit
caa0042ec0
9
meta-fri2/netbase/files/fri2-noemgd/interfaces
Normal file
9
meta-fri2/netbase/files/fri2-noemgd/interfaces
Normal file
|
@ -0,0 +1,9 @@
|
|||
# /etc/network/interfaces -- configuration file for ifup(8), ifdown(8)
|
||||
|
||||
# The loopback interface
|
||||
auto lo
|
||||
iface lo inet loopback
|
||||
|
||||
# Wired or wireless interfaces
|
||||
auto eth0
|
||||
iface eth0 inet dhcp
|
9
meta-fri2/netbase/files/fri2/interfaces
Normal file
9
meta-fri2/netbase/files/fri2/interfaces
Normal file
|
@ -0,0 +1,9 @@
|
|||
# /etc/network/interfaces -- configuration file for ifup(8), ifdown(8)
|
||||
|
||||
# The loopback interface
|
||||
auto lo
|
||||
iface lo inet loopback
|
||||
|
||||
# Wired or wireless interfaces
|
||||
auto eth0
|
||||
iface eth0 inet dhcp
|
2
meta-fri2/netbase/netbase_4.47.bbappend
Normal file
2
meta-fri2/netbase/netbase_4.47.bbappend
Normal file
|
@ -0,0 +1,2 @@
|
|||
FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
|
||||
PRINC := "${@int(PRINC) + 1}"
|
Loading…
Reference in New Issue
Block a user