diff --git a/target/early/initramfs/sbin_bb-modprobe.sh b/target/early/initramfs/sbin_bb-modprobe.sh deleted file mode 100644 index 7954ea5..0000000 --- a/target/early/initramfs/sbin_bb-modprobe.sh +++ /dev/null @@ -1,18 +0,0 @@ -#!/bin/sh -# --- SDE-COPYRIGHT-NOTE-BEGIN --- -# This copyright note is auto-generated by ./scripts/Create-CopyPatch. -# -# Filename: target/early/initrd/sbin_bb-modprobe.exec -# Copyright (C) 2007 The OpenSDE Project -# -# More information can be found in the files COPYING and README. -# -# This program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation; version 2 of the License. A copy of the -# GNU General Public License can be found in the file COPYING. -# --- SDE-COPYRIGHT-NOTE-END --- - -export PATH -exec /bin/busybox modprobe "$@" - diff --git a/target/early/initramfs/sbin_modprobe.sh b/target/early/initramfs/sbin_modprobe.sh index e8870d2..7954ea5 100644 --- a/target/early/initramfs/sbin_modprobe.sh +++ b/target/early/initramfs/sbin_modprobe.sh @@ -2,7 +2,7 @@ # --- SDE-COPYRIGHT-NOTE-BEGIN --- # This copyright note is auto-generated by ./scripts/Create-CopyPatch. # -# Filename: target/early/initrd/sbin_modprobe.exec +# Filename: target/early/initrd/sbin_bb-modprobe.exec # Copyright (C) 2007 The OpenSDE Project # # More information can be found in the files COPYING and README. @@ -13,6 +13,6 @@ # GNU General Public License can be found in the file COPYING. # --- SDE-COPYRIGHT-NOTE-END --- -export MODPROBE_COMMAND=/sbin/bb-modprobe +export PATH +exec /bin/busybox modprobe "$@" -exec /sbin/hotplug2-modwrap "$@"