aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/opkg
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/opkg
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/opkg')
-rw-r--r--recipes/opkg/files/configure2
-rw-r--r--recipes/opkg/opkg.inc4
2 files changed, 3 insertions, 3 deletions
diff --git a/recipes/opkg/files/configure b/recipes/opkg/files/configure
index d5dd74dbf3..633d8d3371 100644
--- a/recipes/opkg/files/configure
+++ b/recipes/opkg/files/configure
@@ -22,4 +22,4 @@ else
fi
# delete myself
-rm -f /etc/rcS.d/S98configure
+rm -f /etc/rcS.d/S40configure
diff --git a/recipes/opkg/opkg.inc b/recipes/opkg/opkg.inc
index 6970f2fae5..8980c1481e 100644
--- a/recipes/opkg/opkg.inc
+++ b/recipes/opkg/opkg.inc
@@ -5,7 +5,7 @@ LICENSE = "GPLv2"
SRCREV = "609"
PV = "0.1.8+svnr${SRCPV}"
CONFLICTS = "ipkg"
-INC_PR = "r4"
+INC_PR = "r5"
SRC_URI = "svn://opkg.googlecode.com/svn;module=trunk;proto=http \
file://configure \
@@ -17,7 +17,7 @@ inherit autotools pkgconfig
do_install_prepend() {
install -d ${D}${sysconfdir}/rcS.d
- install -m 0755 ${WORKDIR}/configure ${D}${sysconfdir}/rcS.d/S98configure
+ install -m 0755 ${WORKDIR}/configure ${D}${sysconfdir}/rcS.d/S40configure
}
EXTRA_OECONF += " --disable-gpg \