aboutsummaryrefslogtreecommitdiffstats
path: root/packages/update-modules/update-modules_1.0.bb
diff options
context:
space:
mode:
authorPhilipp Zabel <philipp.zabel@gmail.com>2006-02-04 21:02:13 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-02-04 21:02:13 +0000
commitdb1858f5da65f2267784855e4887b99a06a7172b (patch)
treed76212217b1c9f8cadfb30d50025e5e01218ba4c /packages/update-modules/update-modules_1.0.bb
parent7805751cc52097d34a0290392783181f01d8dbec (diff)
downloadopenembedded-db1858f5da65f2267784855e4887b99a06a7172b.tar.gz
update-modules: fix module loading during first boot
- Phil's patch from http://www.handhelds.org/hypermail/oe/current/6167.html - this also works when ipkg intercepts update-modules in postinst.
Diffstat (limited to 'packages/update-modules/update-modules_1.0.bb')
-rw-r--r--packages/update-modules/update-modules_1.0.bb3
1 files changed, 1 insertions, 2 deletions
diff --git a/packages/update-modules/update-modules_1.0.bb b/packages/update-modules/update-modules_1.0.bb
index 297b1bf7b0..dc4c3c0d92 100644
--- a/packages/update-modules/update-modules_1.0.bb
+++ b/packages/update-modules/update-modules_1.0.bb
@@ -2,7 +2,7 @@ SECTION = "base"
DESCRIPTION = "Script to manage module configuration files"
LICENSE = "GPLv2"
PACKAGE_ARCH = "all"
-PR = "r3"
+PR = "r4"
SRC_URI = "file://update-modules"
@@ -11,7 +11,6 @@ if [ "x$D" != "x" ]; then
exit 1
fi
update-modules
-/etc/init.d/modutils.sh
}
do_install() {