2 # Copyright (C) 2006 OpenWrt.org
4 # This is free software, licensed under the GNU General Public License v2.
5 # See /LICENSE for more information.
9 WIMENU
:=Wireless Drivers
11 define KernelPackage
/ieee80211
12 TITLE
:=802.11 Networking stack
18 - ieee80211_crypt_wep
\\\
19 - ieee80211_crypt_tkip
\\\
20 - ieee80211_crytp_ccmp
\\\
21 DEPENDS
:=@LINUX_2_6
+kmod-crypto
22 KCONFIG
:=$(CONFIG_IEEE80211
)
24 $(LINUX_DIR
)/net
/ieee80211
/*.
$(LINUX_KMOD_SUFFIX
)
25 AUTOLOAD
:=$(call AutoLoad
,10, \
29 ieee80211_crypt_tkip \
30 ieee80211_crypt_ccmp \
34 $(eval
$(call KernelPackage
,ieee80211
))
37 define KernelPackage
/ieee80211-softmac
38 TITLE
:=ieee80211 SoftMAC support
39 DEPENDS
:=kmod-ieee80211
40 KCONFIG
:=$(CONFIG_IEEE80211_SOFTMAC
)
42 $(LINUX_DIR
)/net
/ieee80211
/softmac
/*.
$(LINUX_KMOD_SUFFIX
)
43 AUTOLOAD
:=$(call AutoLoad
,20,ieee80211softmac
)
46 $(eval
$(call KernelPackage
,ieee80211-softmac
))
48 define KernelPackage
/mac80211
49 TITLE
:=mac80211
(Devicescape
) support
51 KCONFIG
:=$(CONFIG_MAC80211
)
53 $(LINUX_DIR
)/net
/wireless
/cfg80211.
$(LINUX_KMOD_SUFFIX
) \
54 $(LINUX_DIR
)/net
/mac80211
/mac80211.
$(LINUX_KMOD_SUFFIX
) \
55 $(LINUX_DIR
)/net
/mac80211
/rc80211_simple.
$(LINUX_KMOD_SUFFIX
)
56 AUTOLOAD
:=$(call AutoLoad
,20,cfg80211 mac80211 rc80211_simple
)
59 $(eval
$(call KernelPackage
,mac80211
))
61 define KernelPackage
/net-bcm43xx
62 TITLE
:=Broadcom BCM43xx driver
67 DEPENDS
:=kmod-ieee80211-softmac
68 KCONFIG
:=$(CONFIG_BCM43XX
)
69 FILES
:=$(LINUX_DIR
)/drivers
/net
/wireless
/bcm43xx
/bcm43xx.
$(LINUX_KMOD_SUFFIX
)
70 AUTOLOAD
:=$(call AutoLoad
,50,bcm43xx
)
73 $(eval
$(call KernelPackage
,net-bcm43xx
))
75 define KernelPackage
/net-ipw2100
76 TITLE
:=Intel IPW2100 driver
81 DEPENDS
:=kmod-ieee80211
82 KCONFIG
:=$(CONFIG_IPW2100
)
83 FILES
:=$(LINUX_DIR
)/drivers
/net
/wireless
/ipw2100.
$(LINUX_KMOD_SUFFIX
)
84 AUTOLOAD
:=$(call AutoLoad
,50,ipw2100
)
87 $(eval
$(call KernelPackage
,net-ipw2100
))
89 define KernelPackage
/net-ipw2200
90 TITLE
:=Intel IPW2200 driver
95 DEPENDS
:=kmod-ieee80211
96 KCONFIG
:=$(CONFIG_IPW2200
)
97 FILES
:=$(LINUX_DIR
)/drivers
/net
/wireless
/ipw2200.
$(LINUX_KMOD_SUFFIX
)
98 AUTOLOAD
:=$(call AutoLoad
,50,ipw2200
)
101 $(eval
$(call KernelPackage
,net-ipw2200
))
104 define KernelPackage
/net-airo
105 TITLE
:=Cisco Aironet driver
106 DESCRIPTION
:=Driver for Cisco Aironet cards
107 KCONFIG
:=$(CONFIG_AIRO
)
109 FILES
:=$(LINUX_DIR
)/drivers
/net
/wireless
/airo.
$(LINUX_KMOD_SUFFIX
)
110 AUTOLOAD
:=$(call AutoLoad
,50,airo
)
112 $(eval
$(call KernelPackage
,net-airo
))
115 define KernelPackage
/net-hermes
116 TITLE
:=Hermes
802.11b chipset support
117 DESCRIPTION
:=Kernel support for Hermes
802.11b chipsets
118 KCONFIG
:=$(CONFIG_HERMES
)
121 $(LINUX_DIR
)/drivers
/net
/wireless
/hermes.
$(LINUX_KMOD_SUFFIX
) \
122 $(LINUX_DIR
)/drivers
/net
/wireless
/orinoco.
$(LINUX_KMOD_SUFFIX
)
123 AUTOLOAD
:=$(call AutoLoad
,50,hermes orinoco
)
125 $(eval
$(call KernelPackage
,net-hermes
))
128 define KernelPackage
/net-hermes-pci
129 TITLE
:=Intersil Prism
2.5 PCI support
130 DESCRIPTION
:=Kernel modules for Intersil Prism
2.5 PCI support
131 KCONFIG
:=$(CONFIG_PCI_HERMES
)
132 DEPENDS
:=kmod-net-hermes
134 FILES
:=$(LINUX_DIR
)/drivers
/net
/wireless
/orinoco_pci.
$(LINUX_KMOD_SUFFIX
)
135 AUTOLOAD
:=$(call AutoLoad
,55,orinoco_pci
)
137 $(eval
$(call KernelPackage
,net-hermes-pci
))
140 define KernelPackage
/net-hermes-plx
141 TITLE
:=PLX9052 based PCI adaptor
142 DESCRIPTION
:=Kernel modules for Hermes in PLX9052 based PCI adaptors
143 KCONFIG
:=$(CONFIG_PLX_HERMES
)
144 DEPENDS
:=kmod-net-hermes
146 FILES
:=$(LINUX_DIR
)/drivers
/net
/wireless
/orinoco_plx.
$(LINUX_KMOD_SUFFIX
)
147 AUTOLOAD
:=$(call AutoLoad
,55,orinoco_plx
)
149 $(eval
$(call KernelPackage
,net-hermes-plx
))
152 define KernelPackage
/net-prism54
153 TITLE
:=Intersil Prism54 support
154 DESCRIPTION
:=Kernel modules for Intersil Prism54 support
155 KCONFIG
:=$(CONFIG_PRISM54
)
157 FILES
:=$(LINUX_DIR
)/drivers
/net
/wireless
/prism54
/prism54.
$(LINUX_KMOD_SUFFIX
)
158 AUTOLOAD
:=$(call AutoLoad
,60,prism54
)
160 $(eval
$(call KernelPackage
,net-prism54
))
163 define KernelPackage
/net-zd1211rw
164 TITLE
:=Zydas ZD1211 support
165 DESCRIPTION
:=Kernel modules Zydas ZD1211 support
, kernel version
166 KCONFIG
:=$(CONFIG_ZD1211RW
)
167 DEPENDS
:=+kmod-ieee80211
+zd1211-firmware @LINUX_2_6
169 FILES
:=$(LINUX_DIR
)/drivers
/net
/wireless
/zd1211rw
/zd1211rw.
$(LINUX_KMOD_SUFFIX
)
170 AUTOLOAD
:=$(call AutoLoad
,60,zd1211rw
)
172 $(eval
$(call KernelPackage
,net-zd1211rw
))