mirror of
https://git.yoctoproject.org/poky
synced 2026-05-02 18:32:15 +02:00
netbase: added qemuarmv6/7 support
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4931 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
13
meta/packages/netbase/netbase/qemuarmv6/interfaces
Normal file
13
meta/packages/netbase/netbase/qemuarmv6/interfaces
Normal file
@@ -0,0 +1,13 @@
|
||||
# /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 static
|
||||
address 192.168.7.2
|
||||
netmask 255.255.255.0
|
||||
network 192.168.7.0
|
||||
gateway 192.168.7.1
|
||||
13
meta/packages/netbase/netbase/qemuarmv7/interfaces
Normal file
13
meta/packages/netbase/netbase/qemuarmv7/interfaces
Normal file
@@ -0,0 +1,13 @@
|
||||
# /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 static
|
||||
address 192.168.7.2
|
||||
netmask 255.255.255.0
|
||||
network 192.168.7.0
|
||||
gateway 192.168.7.1
|
||||
@@ -2,7 +2,7 @@ DESCRIPTION = "This package provides the necessary \
|
||||
infrastructure for basic TCP/IP based networking."
|
||||
SECTION = "base"
|
||||
LICENSE = "GPL"
|
||||
PR = "r20"
|
||||
PR = "r21"
|
||||
|
||||
inherit update-rc.d
|
||||
|
||||
|
||||
Reference in New Issue
Block a user