Skip to content

Commit

Permalink
[BusyBox] fix HotPlug E2 helper. (e2 hot plug events.
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy Blackburn committed Jan 2, 2013
1 parent 329cbb2 commit fd26cd0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion recipes-core/busybox/busybox/mdev-mount.sh
Expand Up @@ -3,7 +3,7 @@
notify() {
# we don't really depend on the hotplug_e2_helper, but when it exists, call it
if [ -x /usr/bin/hotplug_e2_helper ] ; then
/usr/bin/hotplug_e2_helper $ACTION /block/$MDEV $PHYSDEVPATH
/usr/bin/hotplug_e2_helper $ACTION /dev/$MDEV /block/$DEVBASE/device
fi
}

Expand Down
2 changes: 1 addition & 1 deletion recipes-core/busybox/busybox_1.19.4.bbappend
@@ -1,3 +1,3 @@
PRINC = "22"
PRINC = "23"

FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"

0 comments on commit fd26cd0

Please sign in to comment.