aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/netbase
diff options
context:
space:
mode:
authorDenis Carikli <GNUtoo@no-log.org>2011-03-02 01:45:32 +0000
committerTom Rini <tom_rini@mentor.com>2011-03-01 11:25:36 -0700
commite124d03f532aad2ee22c60fda6824a8a1f2ef88f (patch)
treeea05d714f0c6cc32b3e7404bb13e964eb9ab7718 /recipes/netbase
parentcffa6d72a8658aeb39e41ac973954d6e5d8ad04b (diff)
downloadopenembedded-e124d03f532aad2ee22c60fda6824a8a1f2ef88f.tar.gz
netbase and opkg: reorder init scripts to make networking come up at first boot
Without that fix, usb0 doesn't come up at first boot (tested on the bug machine, with Angstrom on a console-image). Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org> Signed-off-by: Tom Rini <tom_rini@mentor.com>
Diffstat (limited to 'recipes/netbase')
-rw-r--r--recipes/netbase/netbase_4.21.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/netbase/netbase_4.21.bb b/recipes/netbase/netbase_4.21.bb
index f3ae6e9383..075c9dbc77 100644
--- a/recipes/netbase/netbase_4.21.bb
+++ b/recipes/netbase/netbase_4.21.bb
@@ -9,7 +9,7 @@ inherit update-rc.d
SRC_URI_OVERRIDES_PACKAGE_ARCH = "1"
INITSCRIPT_NAME = "networking"
-INITSCRIPT_PARAMS = "start 40 S . stop 40 0 6 1 ."
+INITSCRIPT_PARAMS = "start 41 S . stop 41 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