summaryrefslogtreecommitdiffstats
path: root/openembedded/packages/netbase
diff options
context:
space:
mode:
Diffstat (limited to 'openembedded/packages/netbase')
-rw-r--r--openembedded/packages/netbase/netbase_4.21.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/openembedded/packages/netbase/netbase_4.21.bb b/openembedded/packages/netbase/netbase_4.21.bb
index 4046e64d79..d5526776eb 100644
--- a/openembedded/packages/netbase/netbase_4.21.bb
+++ b/openembedded/packages/netbase/netbase_4.21.bb
@@ -2,7 +2,7 @@ SECTION = "base"
2DESCRIPTION = "This package provides the necessary \ 2DESCRIPTION = "This package provides the necessary \
3infrastructure for basic TCP/IP based networking." 3infrastructure for basic TCP/IP based networking."
4LICENSE = "GPL" 4LICENSE = "GPL"
5PR = "r7" 5PR = "r10"
6 6
7inherit update-rc.d 7inherit update-rc.d
8 8
@@ -10,9 +10,9 @@ INITSCRIPT_NAME = "networking"
10INITSCRIPT_PARAMS = "start 40 S . stop 40 0 6 1 ." 10INITSCRIPT_PARAMS = "start 40 S . stop 40 0 6 1 ."
11# On MNCI etc, start very late so that our own apps come up faster 11# On MNCI etc, start very late so that our own apps come up faster
12INITSCRIPT_PARAMS_openmn = "start 85 1 2 3 4 5 . stop 85 0 6 1 ." 12INITSCRIPT_PARAMS_openmn = "start 85 1 2 3 4 5 . stop 85 0 6 1 ."
13# On OpenSlug delay the stop until after network apps have exited 13# On SlugOS (NSLU2) delay the stop until after network apps have exited
14# Do not stop in single user - there's no way to sulogin! 14# Do not stop in single user - there's no way to sulogin!
15INITSCRIPT_PARAMS_openslug = "start 40 S 0 6 ." 15INITSCRIPT_PARAMS_slugos = "start 42 S 0 6 ."
16 16
17SRC_URI = "${DEBIAN_MIRROR}/main/n/netbase/netbase_${PV}.tar.gz \ 17SRC_URI = "${DEBIAN_MIRROR}/main/n/netbase/netbase_${PV}.tar.gz \
18 file://options \ 18 file://options \