From cad0b82c5eaeef127a1e3a2abf8dc57cfd8fcc57 Mon Sep 17 00:00:00 2001 From: Alejandro Mery Date: Thu, 23 Jul 2009 13:25:03 -0400 Subject: [PATCH] module-init-tools: moved blacklists to blacklist.conf --- .../overlay.d/etc_modprobe.d_blacklist.conf.txt | 2 ++ .../overlay.d/etc_modprobe.d_modprobe.conf.txt | 3 --- 2 files changed, 2 insertions(+), 3 deletions(-) create mode 100644 base/module-init-tools/overlay.d/etc_modprobe.d_blacklist.conf.txt diff --git a/base/module-init-tools/overlay.d/etc_modprobe.d_blacklist.conf.txt b/base/module-init-tools/overlay.d/etc_modprobe.d_blacklist.conf.txt new file mode 100644 index 000000000..dcd14c49a --- /dev/null +++ b/base/module-init-tools/overlay.d/etc_modprobe.d_blacklist.conf.txt @@ -0,0 +1,2 @@ +# evbug is a debug tool that should be loaded explicitly +blacklist evbug diff --git a/base/module-init-tools/overlay.d/etc_modprobe.d_modprobe.conf.txt b/base/module-init-tools/overlay.d/etc_modprobe.d_modprobe.conf.txt index dc746ee03..9821c1b98 100644 --- a/base/module-init-tools/overlay.d/etc_modprobe.d_modprobe.conf.txt +++ b/base/module-init-tools/overlay.d/etc_modprobe.d_modprobe.conf.txt @@ -1,4 +1,3 @@ -# # --- SDE-COPYRIGHT-NOTE-BEGIN --- # This copyright note is auto-generated by ./scripts/Create-CopyPatch. # @@ -202,5 +201,3 @@ alias compress_null crypto_null alias sha384 sha512 alias char-major-89-* i2c-dev alias net-pf-24 pppoe - -blacklist evbug