add pcmcia hermes module, patch from Guillaume Lecerf
SVN-Revision: 20353
This commit is contained in:
parent
aef7bbc78f
commit
d22b22b356
1 changed files with 16 additions and 0 deletions
|
@ -106,6 +106,22 @@ endef
|
|||
$(eval $(call KernelPackage,net-hermes-plx))
|
||||
|
||||
|
||||
define KernelPackage/net-hermes-pcmcia
|
||||
SUBMENU:=$(WIRELESS_MENU)
|
||||
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)
|
||||
AUTOLOAD:=$(call AutoLoad,55,orinoco_cs)
|
||||
endef
|
||||
|
||||
define KernelPackage/net-hermes-pcmcia/description
|
||||
Kernel modules for Hermes based PCMCIA adaptors
|
||||
endef
|
||||
|
||||
$(eval $(call KernelPackage,net-hermes-pcmcia))
|
||||
|
||||
|
||||
define KernelPackage/net-prism54
|
||||
SUBMENU:=$(WIRELESS_MENU)
|
||||
TITLE:=Intersil Prism54 support
|
||||
|
|
Loading…
Reference in a new issue