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
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
119 KCONFIG
:=CONFIG_HERMES
122 $(LINUX_DIR
)/drivers
/net
/wireless
/hermes.
$(LINUX_KMOD_SUFFIX
) \
123 $(LINUX_DIR
)/drivers
/net
/wireless
/orinoco.
$(LINUX_KMOD_SUFFIX
)
124 AUTOLOAD
:=$(call AutoLoad
,50,hermes orinoco
)
126 $(eval
$(call KernelPackage
,net-hermes
))
129 define KernelPackage
/net-hermes-pci
130 TITLE
:=Intersil Prism
2.5 PCI support
131 DESCRIPTION
:=Kernel modules for Intersil Prism
2.5 PCI support
133 KCONFIG
:=CONFIG_PCI_HERMES
134 DEPENDS
:=kmod-net-hermes
136 FILES
:=$(LINUX_DIR
)/drivers
/net
/wireless
/orinoco_pci.
$(LINUX_KMOD_SUFFIX
)
137 AUTOLOAD
:=$(call AutoLoad
,55,orinoco_pci
)
139 $(eval
$(call KernelPackage
,net-hermes-pci
))
142 define KernelPackage
/net-hermes-plx
143 TITLE
:=PLX9052 based PCI adaptor
144 DESCRIPTION
:=Kernel modules for Hermes in PLX9052 based PCI adaptors
146 KCONFIG
:=CONFIG_PLX_HERMES
147 DEPENDS
:=kmod-net-hermes
149 FILES
:=$(LINUX_DIR
)/drivers
/net
/wireless
/orinoco_plx.
$(LINUX_KMOD_SUFFIX
)
150 AUTOLOAD
:=$(call AutoLoad
,55,orinoco_plx
)
152 $(eval
$(call KernelPackage
,net-hermes-plx
))
155 define KernelPackage
/net-prism54
156 TITLE
:=Intersil Prism54 support
157 DESCRIPTION
:=Kernel modules for Intersil Prism54 support
158 KCONFIG
:=CONFIG_PRISM54
160 FILES
:=$(LINUX_DIR
)/drivers
/net
/wireless
/prism54
/prism54.
$(LINUX_KMOD_SUFFIX
)
161 AUTOLOAD
:=$(call AutoLoad
,60,prism54
)
163 $(eval
$(call KernelPackage
,net-prism54
))
166 define KernelPackage
/net-zd1211rw
167 TITLE
:=Zydas ZD1211 support
168 DESCRIPTION
:=Kernel modules Zydas ZD1211 support
, kernel version
169 KCONFIG
:=CONFIG_ZD1211RW
170 DEPENDS
:=+kmod-ieee80211
+zd1211-firmware @LINUX_2_6
172 FILES
:=$(LINUX_DIR
)/drivers
/net
/wireless
/zd1211rw
/zd1211rw.
$(LINUX_KMOD_SUFFIX
)
173 AUTOLOAD
:=$(call AutoLoad
,60,zd1211rw
)
175 $(eval
$(call KernelPackage
,net-zd1211rw
))