mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
wireless: build hermes packages from compat-wirelessand not from the kernel.
hermes now depends on cfg80211 and that is provided by compat-wireless, so the hermes driver should also be taken from that source. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23946 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -55,72 +55,6 @@ endef
|
||||
$(eval $(call KernelPackage,net-airo))
|
||||
|
||||
|
||||
define KernelPackage/net-hermes
|
||||
SUBMENU:=$(WIRELESS_MENU)
|
||||
TITLE:=Hermes 802.11b chipset support
|
||||
DEPENDS:=@PCI_SUPPORT||PCMCIA_SUPPORT
|
||||
KCONFIG:=CONFIG_HERMES \
|
||||
CONFIG_HERMES_CACHE_FW_ON_INIT=n
|
||||
FILES:= \
|
||||
$(LINUX_DIR)/drivers/net/wireless/orinoco/orinoco.ko
|
||||
AUTOLOAD:=$(call AutoLoad,50,orinoco)
|
||||
endef
|
||||
|
||||
define KernelPackage/net-hermes/description
|
||||
Kernel support for Hermes 802.11b chipsets
|
||||
endef
|
||||
|
||||
$(eval $(call KernelPackage,net-hermes))
|
||||
|
||||
|
||||
define KernelPackage/net-hermes-pci
|
||||
SUBMENU:=$(WIRELESS_MENU)
|
||||
TITLE:=Intersil Prism 2.5 PCI support
|
||||
DEPENDS:=@PCI_SUPPORT +kmod-net-hermes
|
||||
KCONFIG:=CONFIG_PCI_HERMES
|
||||
FILES:=$(LINUX_DIR)/drivers/net/wireless/orinoco/orinoco_pci.ko
|
||||
AUTOLOAD:=$(call AutoLoad,55,orinoco_pci)
|
||||
endef
|
||||
|
||||
define KernelPackage/net-hermes-pci/description
|
||||
Kernel modules for Intersil Prism 2.5 PCI support
|
||||
endef
|
||||
|
||||
$(eval $(call KernelPackage,net-hermes-pci))
|
||||
|
||||
|
||||
define KernelPackage/net-hermes-plx
|
||||
SUBMENU:=$(WIRELESS_MENU)
|
||||
TITLE:=PLX9052 based PCI adaptor
|
||||
DEPENDS:=@PCI_SUPPORT +kmod-net-hermes
|
||||
KCONFIG:=CONFIG_PLX_HERMES
|
||||
FILES:=$(LINUX_DIR)/drivers/net/wireless/orinoco/orinoco_plx.ko
|
||||
AUTOLOAD:=$(call AutoLoad,55,orinoco_plx)
|
||||
endef
|
||||
|
||||
define KernelPackage/net-hermes-plx/description
|
||||
Kernel modules for Hermes in PLX9052 based PCI adaptors
|
||||
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/orinoco_cs.ko
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user