diff options
author | Jeremy Lainé <jeremy.laine@m4x.org> | 2009-01-20 17:10:16 +0100 |
---|---|---|
committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2009-01-20 17:10:16 +0100 |
commit | abddaf9a0995cf0abf7a5ee1810fbcb60012b9a1 (patch) | |
tree | 3cbb69ca1fdaed18fe49c6658709f8072884d88b | |
parent | 9d7586e655755f51be3f09f3da48147b0937c3e1 (diff) |
busybox_1.11.3.bb: don't call update-rc.d for mdev
* prune call to update-rc.d mdev for the busybox package, it is
handled in the mdev package
-rw-r--r-- | packages/busybox/busybox_1.11.3.bb | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/packages/busybox/busybox_1.11.3.bb b/packages/busybox/busybox_1.11.3.bb index ae0dcc3ef7..16b23c8473 100644 --- a/packages/busybox/busybox_1.11.3.bb +++ b/packages/busybox/busybox_1.11.3.bb @@ -1,5 +1,5 @@ require busybox.inc -PR = "r7" +PR = "r8" SRC_URI = "\ http://www.busybox.net/downloads/busybox-${PV}.tar.gz \ @@ -34,7 +34,3 @@ do_install_append() { install -m 0755 ${WORKDIR}/mdev ${D}${sysconfdir}/init.d/ } -pkg_postinst_${PN}_append() { - - update-rc.d $OPT mdev start 06 S . -} |