2 # Copyright (C) 2006-2008 OpenWrt.org
4 # This is free software, licensed under the GNU General Public License v2.
5 # See /LICENSE for more information.
8 WIRELESS_MENU
:=Wireless Drivers
10 # NOTE: dependency on 2.6 was removed since it was inherited by kmod-hostap
11 # and prevented it from even showing up in menuconfig on 2.4
12 define KernelPackage
/ieee80211
13 SUBMENU
:=$(WIRELESS_MENU
)
14 TITLE
:=802.11 Networking stack
15 DEPENDS
:=+kmod-crypto-arc4
+kmod-crypto-aes
+kmod-crypto-michael-mic @LINUX_2_4||@LINUX_2_6_21||LINUX_2_6_23||LINUX_2_6_24||LINUX_2_6_25||LINUX_2_6_26||LINUX_2_6_28
18 CONFIG_IEEE80211_CRYPT_WEP \
19 CONFIG_IEEE80211_CRYPT_CCMP \
20 CONFIG_IEEE80211_CRYPT_TKIP
22 $(LINUX_DIR
)/net
/ieee80211
/ieee80211_crypt.
$(LINUX_KMOD_SUFFIX
) \
23 $(LINUX_DIR
)/net
/ieee80211
/ieee80211.
$(LINUX_KMOD_SUFFIX
) \
24 $(LINUX_DIR
)/net
/ieee80211
/ieee80211_crypt_wep.
$(LINUX_KMOD_SUFFIX
) \
25 $(LINUX_DIR
)/net
/ieee80211
/ieee80211_crypt_tkip.
$(LINUX_KMOD_SUFFIX
) \
26 $(LINUX_DIR
)/net
/ieee80211
/ieee80211_crypt_ccmp.
$(LINUX_KMOD_SUFFIX
)
27 AUTOLOAD
:=$(call AutoLoad
,10, \
31 ieee80211_crypt_tkip \
32 ieee80211_crypt_ccmp \
36 define KernelPackage
/ieee80211
/description
37 Kernel modules for
802.11 Networking stack
42 - ieee80211_crypt_tkip
43 - ieee80211_crytp_ccmp
46 $(eval
$(call KernelPackage
,ieee80211
))
49 define KernelPackage
/lib80211
50 SUBMENU
:=$(WIRELESS_MENU
)
51 TITLE
:=802.11 Networking stack
52 DEPENDS
:=@LINUX_2_6_30||LINUX_2_6_31
55 CONFIG_LIB80211_CRYPT_WEP \
56 CONFIG_LIB80211_CRYPT_TKIP \
57 CONFIG_LIB80211_CRYPT_CCMP
59 $(LINUX_DIR
)/net
/wireless
/lib80211.
$(LINUX_KMOD_SUFFIX
) \
60 $(LINUX_DIR
)/net
/wireless
/lib80211_crypt_wep.
$(LINUX_KMOD_SUFFIX
) \
61 $(LINUX_DIR
)/net
/wireless
/lib80211_crypt_ccmp.
$(LINUX_KMOD_SUFFIX
) \
62 $(LINUX_DIR
)/net
/wireless
/lib80211_crypt_tkip.
$(LINUX_KMOD_SUFFIX
)
63 AUTOLOAD
:=$(call AutoLoad
,10, \
71 define KernelPackage
/lib80211
/description
72 Kernel modules for
802.11 Networking stack
80 $(eval
$(call KernelPackage
,lib80211
))
83 ifeq ($(strip $(call CompareKernelPatchVer
,$(KERNEL_PATCHVER
),ge
,2.6.29)),1)
87 define KernelPackage
/net-libipw
88 SUBMENU
:=$(WIRELESS_MENU
)
89 TITLE
:=libipw for ipw2100 and ipw2200
90 DEPENDS
:=@PCI_SUPPORT
+kmod-crypto-arc4
+kmod-crypto-aes
+kmod-crypto-michael-mic
+kmod-lib80211 @LINUX_2_6_30||LINUX_2_6_31
91 KCONFIG
:=CONFIG_LIBIPW
92 FILES
:=$(LINUX_DIR
)/drivers
/net
/wireless
/$(IPW_DIR
)libipw.
$(LINUX_KMOD_SUFFIX
)
93 AUTOLOAD
:=$(call AutoLoad
,49,libipw
)
96 define KernelPackage
/net-libipw
/description
97 Hardware independent IEEE
802.11 networking stack for ipw2100 and ipw2200.
100 $(eval
$(call KernelPackage
,net-libipw
))
103 define KernelPackage
/net-ipw2100
104 SUBMENU
:=$(WIRELESS_MENU
)
105 TITLE
:=Intel IPW2100 driver
106 DEPENDS
:=@PCI_SUPPORT
+!(LINUX_2_6_30||LINUX_2_6_31
):kmod-ieee80211
+LINUX_2_6_30||LINUX_2_6_31
:kmod-net-libipw
107 KCONFIG
:=CONFIG_IPW2100
108 FILES
:=$(LINUX_DIR
)/drivers
/net
/wireless
/$(IPW_DIR
)ipw2100.
$(LINUX_KMOD_SUFFIX
)
109 AUTOLOAD
:=$(call AutoLoad
,50,ipw2100
)
112 define KernelPackage
/net-ipw2100
/description
113 Kernel support for Intel IPW2100
118 $(eval
$(call KernelPackage
,net-ipw2100
))
121 define KernelPackage
/net-ipw2200
122 SUBMENU
:=$(WIRELESS_MENU
)
123 TITLE
:=Intel IPW2200 driver
124 DEPENDS
:=@PCI_SUPPORT
+!(LINUX_2_6_30||LINUX_2_6_31
):kmod-ieee80211
+LINUX_2_6_30||LINUX_2_6_31
:kmod-net-libipw
125 KCONFIG
:=CONFIG_IPW2200
126 FILES
:=$(LINUX_DIR
)/drivers
/net
/wireless
/$(IPW_DIR
)ipw2200.
$(LINUX_KMOD_SUFFIX
)
127 AUTOLOAD
:=$(call AutoLoad
,50,ipw2200
)
130 define KernelPackage
/net-ipw2200
/description
131 Kernel support for Intel IPW2200
136 $(eval
$(call KernelPackage
,net-ipw2200
))
139 define KernelPackage
/net-airo
140 SUBMENU
:=$(WIRELESS_MENU
)
141 TITLE
:=Cisco Aironet driver
142 DEPENDS
:=@PCI_SUPPORT
144 FILES
:=$(LINUX_DIR
)/drivers
/net
/wireless
/airo.
$(LINUX_KMOD_SUFFIX
)
145 AUTOLOAD
:=$(call AutoLoad
,50,airo
)
148 define KernelPackage
/net-airo
/description
149 Kernel support for Cisco Aironet cards
152 $(eval
$(call KernelPackage
,net-airo
))
155 ifeq ($(strip $(call CompareKernelPatchVer
,$(KERNEL_PATCHVER
),ge
,2.6.29)),1)
156 ORINOCO_DIR
:=orinoco
/
159 define KernelPackage
/net-hermes
160 SUBMENU
:=$(WIRELESS_MENU
)
161 TITLE
:=Hermes
802.11b chipset support
162 DEPENDS
:=@LINUX_2_6 @PCI_SUPPORT||PCMCIA_SUPPORT
163 KCONFIG
:=CONFIG_HERMES \
164 CONFIG_HERMES_CACHE_FW_ON_INIT
=n
165 ifeq ($(strip $(call CompareKernelPatchVer
,$(KERNEL_PATCHVER
),ge
,2.6.30)),1)
167 $(LINUX_DIR
)/drivers
/net
/wireless
/$(ORINOCO_DIR
)orinoco.
$(LINUX_KMOD_SUFFIX
)
168 AUTOLOAD
:=$(call AutoLoad
,50,orinoco
)
170 ifeq ($(strip $(call CompareKernelPatchVer
,$(KERNEL_PATCHVER
),ge
,2.6.28)),1)
172 $(LINUX_DIR
)/drivers
/net
/wireless
/$(ORINOCO_DIR
)hermes.
$(LINUX_KMOD_SUFFIX
) \
173 $(LINUX_DIR
)/drivers
/net
/wireless
/$(ORINOCO_DIR
)orinoco.
$(LINUX_KMOD_SUFFIX
) \
174 $(LINUX_DIR
)/drivers
/net
/wireless
/$(ORINOCO_DIR
)hermes_dld.
$(LINUX_KMOD_SUFFIX
)
175 AUTOLOAD
:=$(call AutoLoad
,50,hermes hermes_dld orinoco
)
178 $(LINUX_DIR
)/drivers
/net
/wireless
/hermes.
$(LINUX_KMOD_SUFFIX
) \
179 $(LINUX_DIR
)/drivers
/net
/wireless
/orinoco.
$(LINUX_KMOD_SUFFIX
)
180 AUTOLOAD
:=$(call AutoLoad
,50,hermes orinoco
)
185 define KernelPackage
/net-hermes
/description
186 Kernel support for Hermes
802.11b chipsets
189 $(eval
$(call KernelPackage
,net-hermes
))
192 define KernelPackage
/net-hermes-pci
193 SUBMENU
:=$(WIRELESS_MENU
)
194 TITLE
:=Intersil Prism
2.5 PCI support
195 DEPENDS
:=@PCI_SUPPORT
+kmod-net-hermes
196 KCONFIG
:=CONFIG_PCI_HERMES
197 FILES
:=$(LINUX_DIR
)/drivers
/net
/wireless
/$(ORINOCO_DIR
)orinoco_pci.
$(LINUX_KMOD_SUFFIX
)
198 AUTOLOAD
:=$(call AutoLoad
,55,orinoco_pci
)
201 define KernelPackage
/net-hermes-pci
/description
202 Kernel modules for Intersil Prism
2.5 PCI support
205 $(eval
$(call KernelPackage
,net-hermes-pci
))
208 define KernelPackage
/net-hermes-plx
209 SUBMENU
:=$(WIRELESS_MENU
)
210 TITLE
:=PLX9052 based PCI adaptor
211 DEPENDS
:=@PCI_SUPPORT
+kmod-net-hermes
212 KCONFIG
:=CONFIG_PLX_HERMES
213 FILES
:=$(LINUX_DIR
)/drivers
/net
/wireless
/$(ORINOCO_DIR
)orinoco_plx.
$(LINUX_KMOD_SUFFIX
)
214 AUTOLOAD
:=$(call AutoLoad
,55,orinoco_plx
)
217 define KernelPackage
/net-hermes-plx
/description
218 Kernel modules for Hermes in PLX9052 based PCI adaptors
221 $(eval
$(call KernelPackage
,net-hermes-plx
))
224 define KernelPackage
/net-prism54
225 SUBMENU
:=$(WIRELESS_MENU
)
226 TITLE
:=Intersil Prism54 support
227 DEPENDS
:=@PCI_SUPPORT
228 KCONFIG
:=CONFIG_PRISM54
229 FILES
:=$(LINUX_DIR
)/drivers
/net
/wireless
/prism54
/prism54.
$(LINUX_KMOD_SUFFIX
)
230 AUTOLOAD
:=$(call AutoLoad
,60,prism54
)
233 define KernelPackage
/net-prism54
/description
234 Kernel modules for Intersil Prism54 support
237 # Prism54 FullMAC firmware (jbnore.free.fr seems to be rather slow, so we use daemonizer.de)
238 PRISM54_FW
:=1.0.4.3.arm
240 define Download
/net-prism54
242 URL
:=http
://daemonizer.de
/prism54
/prism54-fw
/fw-fullmac
/
243 MD5SUM
:=8bd4310971772a486b9784c77f8a6df9
246 define KernelPackage
/net-prism54
/install
247 $(INSTALL_DIR
) $(1)/lib
/firmware
248 $(INSTALL_DATA
) $(DL_DIR
)/$(PRISM54_FW
) $(1)/lib
/firmware
/isl3890
251 $(eval
$(call Download
,net-prism54
))
252 $(eval
$(call KernelPackage
,net-prism54
))