Browse Source

Changed early target to only wrap busybox's modprobe

karasz/new-early
Alejandro Mery 17 years ago
parent
commit
bd0a7ee513
2 changed files with 3 additions and 21 deletions
  1. +0
    -18
      target/early/initramfs/sbin_bb-modprobe.sh
  2. +3
    -3
      target/early/initramfs/sbin_modprobe.sh

+ 0
- 18
target/early/initramfs/sbin_bb-modprobe.sh

@ -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 "$@"

+ 3
- 3
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 "$@"

Loading…
Cancel
Save