mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-01-24 00:11:05 +02:00
[package] fix path to orinoco wireless modules (#5701)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17264 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
3a63130e2e
commit
97f029be36
@ -194,7 +194,7 @@ define KernelPackage/net-hermes-pci
|
||||
TITLE:=Intersil Prism 2.5 PCI support
|
||||
DEPENDS:=@PCI_SUPPORT +kmod-net-hermes
|
||||
KCONFIG:=CONFIG_PCI_HERMES
|
||||
FILES:=$(LINUX_DIR)/drivers/net/wireless/orinoco_pci.$(LINUX_KMOD_SUFFIX)
|
||||
FILES:=$(LINUX_DIR)/drivers/net/wireless/$(ORINOCO_DIR)orinoco_pci.$(LINUX_KMOD_SUFFIX)
|
||||
AUTOLOAD:=$(call AutoLoad,55,orinoco_pci)
|
||||
endef
|
||||
|
||||
@ -210,7 +210,7 @@ define KernelPackage/net-hermes-plx
|
||||
TITLE:=PLX9052 based PCI adaptor
|
||||
DEPENDS:=@PCI_SUPPORT +kmod-net-hermes
|
||||
KCONFIG:=CONFIG_PLX_HERMES
|
||||
FILES:=$(LINUX_DIR)/drivers/net/wireless/orinoco_plx.$(LINUX_KMOD_SUFFIX)
|
||||
FILES:=$(LINUX_DIR)/drivers/net/wireless/$(ORINOCO_DIR)orinoco_plx.$(LINUX_KMOD_SUFFIX)
|
||||
AUTOLOAD:=$(call AutoLoad,55,orinoco_plx)
|
||||
endef
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user