mirror of
https://git.yoctoproject.org/poky
synced 2026-06-02 13:29:49 +00:00
Remove distro-specific metadata for distros not in oe-core
(From OE-Core rev: ea2cd4b8e9bc013a007fe2a1a605ecb59db5a896) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
cdf878387a
commit
bbd6999a72
@@ -1,8 +0,0 @@
|
||||
# /etc/network/interfaces -- configuration file for ifup(8), ifdown(8)
|
||||
|
||||
# The loopback interface
|
||||
auto lo
|
||||
iface lo inet loopback
|
||||
|
||||
# Wired or wireless interfaces
|
||||
iface eth0 inet dhcp
|
||||
@@ -1,2 +0,0 @@
|
||||
127.0.0.1 localhost.localdomain localhost
|
||||
192.168.233.1 www.mn-solutions.de
|
||||
@@ -1,10 +0,0 @@
|
||||
auto lo
|
||||
auto eth1
|
||||
|
||||
iface lo inet loopback
|
||||
|
||||
iface eth0 inet dhcp
|
||||
|
||||
iface eth1 inet dhcp
|
||||
wireless_mode managed
|
||||
wireless_essid any
|
||||
@@ -10,11 +10,6 @@ inherit update-rc.d
|
||||
|
||||
INITSCRIPT_NAME = "networking"
|
||||
INITSCRIPT_PARAMS = "start 40 S . stop 40 0 6 1 ."
|
||||
# On MNCI etc, start very late so that our own apps come up faster
|
||||
INITSCRIPT_PARAMS_openmn = "start 85 1 2 3 4 5 . stop 85 0 6 1 ."
|
||||
# On SlugOS (NSLU2) delay the stop until after network apps have exited
|
||||
# Do not stop in single user - there's no way to sulogin!
|
||||
INITSCRIPT_PARAMS_slugos = "start 42 S 0 6 ."
|
||||
|
||||
SRC_URI = "${DEBIAN_MIRROR}/main/n/netbase/netbase_${PV}.tar.gz \
|
||||
file://init \
|
||||
|
||||
Reference in New Issue
Block a user