mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2024-11-18 22:43:53 +01:00
orinoco is only one module with kernel 2.6.30
SVN-Revision: 15852
This commit is contained in:
parent
73cfaa0f2b
commit
394a26da94
@ -162,6 +162,11 @@ define KernelPackage/net-hermes
|
||||
DEPENDS:=@LINUX_2_6 @PCI_SUPPORT||PCMCIA_SUPPORT
|
||||
KCONFIG:=CONFIG_HERMES \
|
||||
CONFIG_HERMES_CACHE_FW_ON_INIT=n
|
||||
ifeq ($(strip $(call CompareKernelPatchVer,$(KERNEL_PATCHVER),ge,2.6.30)),1)
|
||||
FILES:= \
|
||||
$(LINUX_DIR)/drivers/net/wireless/$(ORINOCO_DIR)orinoco.$(LINUX_KMOD_SUFFIX)
|
||||
AUTOLOAD:=$(call AutoLoad,50,orinoco)
|
||||
else
|
||||
ifeq ($(strip $(call CompareKernelPatchVer,$(KERNEL_PATCHVER),ge,2.6.28)),1)
|
||||
FILES:= \
|
||||
$(LINUX_DIR)/drivers/net/wireless/$(ORINOCO_DIR)hermes.$(LINUX_KMOD_SUFFIX) \
|
||||
@ -174,6 +179,7 @@ else
|
||||
$(LINUX_DIR)/drivers/net/wireless/orinoco.$(LINUX_KMOD_SUFFIX)
|
||||
AUTOLOAD:=$(call AutoLoad,50,hermes orinoco)
|
||||
endif
|
||||
endif
|
||||
endef
|
||||
|
||||
define KernelPackage/net-hermes/description
|
||||
|
Loading…
Reference in New Issue
Block a user