mirror of
https://github.com/openwrt/openwrt.git
synced 2025-04-08 11:54:53 +00:00
add pcmcia hermes module, patch from Guillaume Lecerf
SVN-Revision: 20353
This commit is contained in:
parent
aef7bbc78f
commit
d22b22b356
@ -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…
x
Reference in New Issue
Block a user