summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHenrik Brix Andersen <brix@gentoo.org>2005-04-28 09:36:24 +0000
committerHenrik Brix Andersen <brix@gentoo.org>2005-04-28 09:36:24 +0000
commit58c46847e9d861493b91f6287a8c6167ca399cce (patch)
tree5d00ac491e2da3b3bacd3a6ac71af217c8365651 /net-wireless/orinoco/files
parentStable on alpha. (diff)
downloadhistorical-58c46847e9d861493b91f6287a8c6167ca399cce.tar.gz
historical-58c46847e9d861493b91f6287a8c6167ca399cce.tar.bz2
historical-58c46847e9d861493b91f6287a8c6167ca399cce.zip
Fixed bug #69929 and bug #78366.
Package-Manager: portage-2.0.51.20-r5
Diffstat (limited to 'net-wireless/orinoco/files')
-rw-r--r--net-wireless/orinoco/files/digest-orinoco-0.15_rc2-r21
-rw-r--r--net-wireless/orinoco/files/orinoco-0.15rc2-firmware.patch20
2 files changed, 21 insertions, 0 deletions
diff --git a/net-wireless/orinoco/files/digest-orinoco-0.15_rc2-r2 b/net-wireless/orinoco/files/digest-orinoco-0.15_rc2-r2
new file mode 100644
index 000000000000..4c08d54839d9
--- /dev/null
+++ b/net-wireless/orinoco/files/digest-orinoco-0.15_rc2-r2
@@ -0,0 +1 @@
+MD5 2246f0879439d74f7aabc7935cec90c0 orinoco-0.15rc2.tar.gz 98693
diff --git a/net-wireless/orinoco/files/orinoco-0.15rc2-firmware.patch b/net-wireless/orinoco/files/orinoco-0.15rc2-firmware.patch
new file mode 100644
index 000000000000..5760e54c57e4
--- /dev/null
+++ b/net-wireless/orinoco/files/orinoco-0.15rc2-firmware.patch
@@ -0,0 +1,20 @@
+diff -urp orinoco-0.15rc2/Makefile orinoco-0.15rc2-firmware/Makefile
+--- orinoco-0.15rc2/Makefile 2004-07-28 08:06:45.000000000 +0200
++++ orinoco-0.15rc2-firmware/Makefile 2005-04-28 11:20:54.000000000 +0200
+@@ -69,16 +69,6 @@ ifdef CONFIG_PCI
+ MODULES += orinoco_nortel.o orinoco_pci.o orinoco_plx.o orinoco_tmd.o
+ endif
+
+-# Replacement for firmware loader for 2.4 kernels that don't have it
+-ifneq (,$(OLDMAKE))
+-ifdef CONFIG_HOTPLUG
+-ifndef CONFIG_FW_LOADER
+-MODULES += firmware_class.o
+-CONFIG_FW_LOADER = m
+-endif
+-endif
+-endif
+-
+ ifdef CONFIG_PCMCIA
+ MODULES += orinoco_cs.o
+ ifdef CONFIG_FW_LOADER