diff options
Diffstat (limited to 'openembedded/packages/update-modules/update-modules_1.0.bb')
-rw-r--r-- | openembedded/packages/update-modules/update-modules_1.0.bb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/openembedded/packages/update-modules/update-modules_1.0.bb b/openembedded/packages/update-modules/update-modules_1.0.bb index 297b1bf7b0..dc4c3c0d92 100644 --- a/openembedded/packages/update-modules/update-modules_1.0.bb +++ b/openembedded/packages/update-modules/update-modules_1.0.bb | |||
@@ -2,7 +2,7 @@ SECTION = "base" | |||
2 | DESCRIPTION = "Script to manage module configuration files" | 2 | DESCRIPTION = "Script to manage module configuration files" |
3 | LICENSE = "GPLv2" | 3 | LICENSE = "GPLv2" |
4 | PACKAGE_ARCH = "all" | 4 | PACKAGE_ARCH = "all" |
5 | PR = "r3" | 5 | PR = "r4" |
6 | 6 | ||
7 | SRC_URI = "file://update-modules" | 7 | SRC_URI = "file://update-modules" |
8 | 8 | ||
@@ -11,7 +11,6 @@ if [ "x$D" != "x" ]; then | |||
11 | exit 1 | 11 | exit 1 |
12 | fi | 12 | fi |
13 | update-modules | 13 | update-modules |
14 | /etc/init.d/modutils.sh | ||
15 | } | 14 | } |
16 | 15 | ||
17 | do_install() { | 16 | do_install() { |