mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-04-21 12:27:27 +03: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:
@@ -194,7 +194,7 @@ define KernelPackage/net-hermes-pci
|
|||||||
TITLE:=Intersil Prism 2.5 PCI support
|
TITLE:=Intersil Prism 2.5 PCI support
|
||||||
DEPENDS:=@PCI_SUPPORT +kmod-net-hermes
|
DEPENDS:=@PCI_SUPPORT +kmod-net-hermes
|
||||||
KCONFIG:=CONFIG_PCI_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)
|
AUTOLOAD:=$(call AutoLoad,55,orinoco_pci)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
@@ -210,7 +210,7 @@ define KernelPackage/net-hermes-plx
|
|||||||
TITLE:=PLX9052 based PCI adaptor
|
TITLE:=PLX9052 based PCI adaptor
|
||||||
DEPENDS:=@PCI_SUPPORT +kmod-net-hermes
|
DEPENDS:=@PCI_SUPPORT +kmod-net-hermes
|
||||||
KCONFIG:=CONFIG_PLX_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)
|
AUTOLOAD:=$(call AutoLoad,55,orinoco_plx)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user