sd_mod is required for scsi disks (usb sticks are treated as those) bfw
authorMatthias Förste <foerste@schlittermann.de>
Mon, 18 Apr 2011 12:50:36 +0200
changeset 14 e4fc70e48fea
parent 13 b68b3ca90aad
child 15 2beac0151710
sd_mod is required for scsi disks (usb sticks are treated as those)
thinstation/build.patch
--- a/thinstation/build.patch	Thu Mar 31 14:31:34 2011 +0200
+++ b/thinstation/build.patch	Mon Apr 18 12:50:36 2011 +0200
@@ -132,8 +132,8 @@
 index a98ee9c..c9a618c 100644
 --- a/kernel/dependencies_module/usb-storage
 +++ b/kernel/dependencies_module/usb-storage
-@@ -1 +1,2 @@
--module sd_mod
+@@ -1 +1,3 @@
+ module sd_mod
 +module usbcore
 +module scsi_mod
 diff --git a/kernel/dependencies_module/usbhid b/kernel/dependencies_module/usbhid