diff options
Diffstat (limited to 'packages/orinoco/orinoco-modules-cvs/spectrum-firmware.patch')
-rw-r--r-- | packages/orinoco/orinoco-modules-cvs/spectrum-firmware.patch | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/packages/orinoco/orinoco-modules-cvs/spectrum-firmware.patch b/packages/orinoco/orinoco-modules-cvs/spectrum-firmware.patch index e69de29bb2..6be4eb2fd2 100644 --- a/packages/orinoco/orinoco-modules-cvs/spectrum-firmware.patch +++ b/packages/orinoco/orinoco-modules-cvs/spectrum-firmware.patch @@ -0,0 +1,16 @@ + +# +# Patch managed by http://www.holgerschurig.de/patcher.html +# + +--- orinoco/spectrum_cs.c~spectrum-firmware.patch ++++ orinoco/spectrum_cs.c +@@ -55,7 +55,7 @@ + * hotplug firmware directory (typically /usr/lib/hotplug/firmware) and + * make sure that you have hotplug installed and enabled in the kernel. + */ +-/* #define SPECTRUM_FW_INCLUDED 1 */ ++#define SPECTRUM_FW_INCLUDED 1 + + #ifdef SPECTRUM_FW_INCLUDED + /* Header with the firmware */ |