projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[package] fix path to the orinoco pcmcia driver, thanks hauke
[openwrt.git]
/
package
/
kernel
/
modules
/
wireless.mk
diff --git
a/package/kernel/modules/wireless.mk
b/package/kernel/modules/wireless.mk
index
5da3211
..
41a05ff
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
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
AUTOLOAD:=$(call AutoLoad,55,orinoco_cs)
endef
This page took
0.019071 seconds
and
4
git commands to generate.