fix path to the orinoco pcmcia driver, thanks hauke

SVN-Revision: 20357
This commit is contained in:
Florian Fainelli 2010-03-21 17:56:19 +00:00
parent 7af8ee0481
commit 479ff12fae

View File

@ -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