ixp4xx/cns3xxx: add rfkill module support
[openwrt.git] / package / acx-mac80211 / Makefile
1 #
2 # Copyright (C) 2007-2012 OpenWrt.org
3 #
4 # This is free software, licensed under the GNU General Public License v2.
5 # See /LICENSE for more information.
6 #
7
8 include $(TOPDIR)/rules.mk
9 include $(INCLUDE_DIR)/kernel.mk
10
11 PKG_NAME:=acx-mac80211
12 PKG_REV:=v2012-09-23-WIP
13 PKG_VERSION:=20121004
14 PKG_RELEASE:=1
15
16 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
17 PKG_SOURCE_URL:=git://acx100.git.sourceforge.net/gitroot/acx100/acx-mac80211
18 PKG_SOURCE_PROTO:=git
19 PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
20 PKG_SOURCE_VERSION:=$(PKG_REV)
21 PKG_BUILD_DEPENDS:=mac80211
22
23 include $(INCLUDE_DIR)/package.mk
24
25 define KernelPackage/acx-mac80211
26   SUBMENU:=Wireless Drivers
27   TITLE:=ACX1xx mac80211 driver
28   DEPENDS:=@(PCI_SUPPORT||TARGET_ar7) @mipsel +kmod-mac80211
29   FILES:=$(PKG_BUILD_DIR)/acx-mac80211.ko
30   AUTOLOAD:=$(call AutoLoad,50,acx-mac80211)
31   MAINTAINER:=Florian Fainelli <florian@openwrt.org>
32   MENU:=1
33 endef
34
35 define KernelPackage/acx-mac80211/config
36         menu "Configuration"
37                 depends on PACKAGE_kmod-acx-mac80211
38
39         config ACX_ID_0D
40                 bool "ACX1xx Radio ID 0D firmware"
41                 help
42                   Download and install firmware for:
43                     ACX1xx cards with Radio ID 0D into /lib/firmware.
44
45         config ACX_ID_11
46                 bool "ACX1xx Radio ID 11 firmware"
47                 help
48                   Download and install firmware for:
49                     ACX1xx cards with Radio ID 11 into /lib/firmware.
50
51         config ACX_ID_15
52                 bool "ACX1xx Radio ID 15 firmware"
53                 help
54                   Download and install firmware for:
55                     ACX1xx cards with Radio ID 15 into /lib/firmware.
56
57         config ACX_ID_16
58                 bool "ACX1xx Radio ID 16 firmware"
59                 default y
60                 help
61                   Download and install firmware for:
62                     ACX1xx cards with Radio ID 16 into /lib/firmware.
63
64         choice
65                 prompt "ACX111 firmware version"
66                 depends on ACX_ID_16
67                 default ACX_DEFAULT if !TARGET_adm5120
68                 default ACX_1_2_1_34 if TARGET_adm5120
69                 help
70                   This option allows you to select the version of the acx firmware.
71
72         config ACX_DEFAULT
73                 bool "Default"
74                 help
75                   Default firmware for ACX111 devices.
76
77                   If unsure, select this.
78
79         config ACX_1_2_1_34
80                 bool "1.2.1_34"
81                 help
82                   1.2.1_34 firmware for ACX111 devices. Works with Zyxel P-334WT.
83
84                   If unsure, select the "default" firmware.
85
86         endchoice
87
88         config ACX_ID_17
89                 bool "ACX1xx Radio ID 17 firmware"
90                 help
91                   Download and install firmware for:
92                     ACX1xx cards with Radio ID 17 into /lib/firmware.
93
94         config ACX_ID_19
95                 bool "ACX1xx Radio ID 19 firmware"
96                 default y
97                 help
98                   Download and install firmware for:
99                     ACX1xx cards with Radio ID 19 into /lib/firmware.
100
101         config ACX_ID_1B
102                 bool "ACX1xx Radio ID 1B firmware"
103                 help
104                   Download and install firmware for:
105                     ACX1xx cards with Radio ID 1b into /lib/firmware.
106
107         endmenu
108 endef
109
110 define KernelPackage/acx-mac80211/description
111         Driver for acx111 cards (mac80211 version)
112 endef
113
114 define Download/tiacx100
115         FILE:=tiacx100
116         URL:=http://acx100.erley.org/fw/acx100_1.9.8.b/
117         MD5SUM:=24a54fd30f7658fcbffc825b0dd7aa5b
118 endef
119
120 define Download/tiacx100r0d
121         FILE:=tiacx100r0D
122         URL:=http://acx100.erley.org/fw/acx100_1.9.8.b/
123         MD5SUM:=1c7413e7b0be4ef7d1e424a132e17fab
124 endef
125
126 define Download/tiacx100r11
127         FILE:=tiacx100r11
128         URL:=http://acx100.erley.org/fw/acx100_1.9.8.b/
129         MD5SUM:=a150750ad33c512edc4afee5270b37cb
130 endef
131
132 define Download/tiacx100r15
133         FILE:=tiacx100r15
134         URL:=http://acx100.erley.org/fw/acx100_1.9.8.b/
135         MD5SUM:=c99d01d4fcf0d6cc00441aff60690be4
136 endef
137
138 define Download/tiacx111c16
139         FILE:=tiacx111c16
140         URL:=http://acx100.erley.org/fw/acx111_2.3.1.31/
141         MD5SUM:=7026826460376f6b174f9225bd7781b9
142 endef
143
144 define Download/tiacx111c16_1
145         FILE:=tiacx111c16_1.2.1_34
146         URL:=http://sites.google.com/site/atorkhov/files/
147         MD5SUM:=fcd07de4b25e1d2aaf3b78b27c5b7ee9
148 endef
149
150 define Download/tiacx111c17
151         FILE:=tiacx111c17
152         URL:=http://acx100.erley.org/fw/acx111_2.3.1.31/
153         MD5SUM:=95552544ca6d2b4e8c6aeb80b8ae7fdf
154 endef
155
156 define Download/tiacx111c19
157         FILE:=tiacx111c19
158         URL:=http://acx100.erley.org/fw/acx111_2.3.1.31/
159         MD5SUM:=a1fa9681e297b4e36e257090fc12265a
160 endef
161
162 define Download/tiacx111usbc1b
163         FILE:=tiacx111usbc1B
164         URL:=http://acx100.erley.org/fw/acx111_2.4.0.70-USB/
165         MD5SUM:=c4edecd912b2417779d0b65e3a7dc86d
166 endef
167
168 PKG_EXTRA_KCONFIG:= \
169         CONFIG_ACX_MAC80211=m \
170         CONFIG_ACX_MAC80211_PCI=m \
171
172 PKG_EXTRA_CFLAGS:= \
173         $(patsubst CONFIG_%, -DCONFIG_%=1, $(patsubst %=m,%,$(filter %=m,$(PKG_EXTRA_KCONFIG)))) \
174         $(patsubst CONFIG_%, -DCONFIG_%=1, $(patsubst %=y,%,$(filter %=y,$(PKG_EXTRA_KCONFIG)))) \
175
176 LINUX_AUTOCONF_FILE:= generated/autoconf.h
177
178 define Build/Compile
179         $(MAKE) -C "$(LINUX_DIR)" \
180                 ARCH="$(LINUX_KARCH)" \
181                 CROSS_COMPILE="$(TARGET_CROSS)" \
182                 SUBDIRS="$(PKG_BUILD_DIR)" \
183                 $(PKG_EXTRA_KCONFIG) \
184                 EXTRA_CFLAGS="$(PKG_EXTRA_CFLAGS) -DCONFIG_ACX_MAC80211_VERSION=\"KERNEL_VERSION(3,7,0)\"" \
185                 LINUXINCLUDE="-I$(STAGING_DIR)/usr/include/mac80211 -I$(LINUX_DIR)/include \
186                         -Iarch/$(LINUX_KARCH)/include \
187                         -include $(LINUX_AUTOCONF_FILE) \
188                         -include linux/compat-2.6.h" \
189                 V="$(V)" \
190                 modules
191 endef
192
193 define Build/Configure
194 endef
195
196 define KernelPackage/acx-mac80211/install
197         $(INSTALL_DIR) $(1)/lib/firmware
198
199 ifneq ($(CONFIG_ACX_ID_0D)$(CONFIG_ACX_ID_11)$(CONFIG_ACX_ID_15),)
200         $(INSTALL_DATA) $(DL_DIR)/tiacx100 $(1)/lib/firmware/
201 endif
202
203 ifneq ($(CONFIG_ACX_ID_0D),)
204         $(INSTALL_DATA) $(DL_DIR)/tiacx100r0D $(1)/lib/firmware/
205 endif
206
207 ifneq ($(CONFIG_ACX_ID_11),)
208         $(INSTALL_DATA) $(DL_DIR)/tiacx100r11 $(1)/lib/firmware/
209 endif
210
211 ifneq ($(CONFIG_ACX_ID_15),)
212         $(INSTALL_DATA) $(DL_DIR)/tiacx100r15 $(1)/lib/firmware/
213 endif
214
215 ifneq ($(CONFIG_ACX_DEFAULT),)
216         $(INSTALL_DATA) $(DL_DIR)/tiacx111c16 $(1)/lib/firmware/
217 endif
218
219 ifneq ($(CONFIG_ACX_1_2_1_34),)
220         $(INSTALL_DATA) $(DL_DIR)/tiacx111c16_1.2.1_34 $(1)/lib/firmware/tiacx111c16
221 endif
222
223 ifneq ($(CONFIG_ACX_ID_17),)
224         $(INSTALL_DATA) $(DL_DIR)/tiacx111c17 $(1)/lib/firmware/
225 endif
226
227 ifneq ($(CONFIG_ACX_ID_19),)
228         $(INSTALL_DATA) $(DL_DIR)/tiacx111c19 $(1)/lib/firmware/
229 endif
230
231 ifneq ($(CONFIG_ACX_ID_1B),)
232         $(INSTALL_DATA) $(DL_DIR)/tiacx111usbc1B $(1)/lib/firmware/
233 endif
234
235 endef
236
237 $(eval $(call KernelPackage,acx-mac80211))
238 $(eval $(call Download,tiacx100))
239 $(eval $(call Download,tiacx100r0d))
240 $(eval $(call Download,tiacx100r11))
241 $(eval $(call Download,tiacx100r15))
242 $(eval $(call Download,tiacx111c16))
243 $(eval $(call Download,tiacx111c16_1))
244 $(eval $(call Download,tiacx111c17))
245 $(eval $(call Download,tiacx111c19))
246 $(eval $(call Download,tiacx111usbc1b))