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