projects
/
openwrt
/
staging
/
kaloz.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7af8ee0
)
fix path to the orinoco pcmcia driver, thanks hauke
author
Florian Fainelli
<florian@openwrt.org>
Sun, 21 Mar 2010 17:56:19 +0000
(17:56 +0000)
committer
Florian Fainelli
<florian@openwrt.org>
Sun, 21 Mar 2010 17:56:19 +0000
(17:56 +0000)
SVN-Revision: 20357
package/kernel/modules/wireless.mk
patch
|
blob
|
history
diff --git
a/package/kernel/modules/wireless.mk
b/package/kernel/modules/wireless.mk
index 5da3211cb58cfaa6524bd5d1676fa8aec0818920..41a05ff599d7882195ebfea965c9ab20f7edc354 100644
(file)
--- a/
package/kernel/modules/wireless.mk
+++ b/
package/kernel/modules/wireless.mk
@@
-111,7
+111,7
@@
define KernelPackage/net-hermes-pcmcia
TITLE:=Hermes based PCMCIA adaptors
DEPENDS:=@PCMCIA_SUPPORT +kmod-net-hermes
KCONFIG:=CONFIG_PCMCIA_HERMES
- FILES:=$(LINUX_DIR)/drivers/net/wireless/
$(ORINOCO_DIR)
orinoco_cs.$(LINUX_KMOD_SUFFIX)
+ FILES:=$(LINUX_DIR)/drivers/net/wireless/
orinoco/
orinoco_cs.$(LINUX_KMOD_SUFFIX)
AUTOLOAD:=$(call AutoLoad,55,orinoco_cs)
endef