1fec2eb73c32f2ab10c4d946c909d3a92a94a795
[openwrt/openwrt.git] / package / kernel / 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_RELEASE:=1
13
14 PKG_SOURCE_URL:=http://git.code.sf.net/p/acx100/acx-mac80211
15 PKG_SOURCE_PROTO:=git
16 PKG_SOURCE_DATE:=2014-02-16
17 PKG_SOURCE_VERSION:=b6fc31491020cb01d2cd1acc170cfa03ced7e726
18 PKG_MIRROR_HASH:=58590245715f0e5fb4b57aab6d91071dfb6a97d3273f5aee0b97b1edee030ed0
19
20 PKG_CONFIG_DEPENDS:= \
21 CONFIG_PACKAGE_MAC80211_DEBUGFS \
22 CONFIG_PACKAGE_MAC80211_MESH \
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 AutoProbe,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
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 HASH:=4f05913c940c2455b267545b12d93ad81fa5eebb0cbee22a2c7588c50525b4f0
118 endef
119
120 define Download/tiacx100r0d
121 FILE:=tiacx100r0D
122 URL:=http://acx100.erley.org/fw/acx100_1.9.8.b/
123 HASH:=6a4a7fbb24a328a88261bc2a507b2a0bf63c91e831e3f1a8caa4f6599b2215e6
124 endef
125
126 define Download/tiacx100r11
127 FILE:=tiacx100r11
128 URL:=http://acx100.erley.org/fw/acx100_1.9.8.b/
129 HASH:=e005a93a0b463e01edba2b79038b54c29a7932efee61c851a2ac644b8a4e5dd4
130 endef
131
132 define Download/tiacx100r15
133 FILE:=tiacx100r15
134 URL:=http://acx100.erley.org/fw/acx100_1.9.8.b/
135 HASH:=c6f40bead5ef45720e2d72bbe4d998367c2c7857eb7716234aedeb2ad98bcdde
136 endef
137
138 define Download/tiacx111c16
139 FILE:=tiacx111c16
140 URL:=http://acx100.erley.org/fw/acx111_2.3.1.31/
141 HASH:=cc6108d577ebc55b924ff6bab44eeee3456d284c63819277cb5460338b2f1bd7
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 HASH:=672ed9d02565ab44da450c52f0ced3be99a3a3901f73454455da8e1f98ada220
148 endef
149
150 define Download/tiacx111c17
151 FILE:=tiacx111c17
152 URL:=http://acx100.erley.org/fw/acx111_2.3.1.31/
153 HASH:=2bb900a5886dbea2d3504623d9f3ac8abbb2e9fdfcf0fe233e77951dff748a40
154 endef
155
156 define Download/tiacx111c19
157 FILE:=tiacx111c19
158 URL:=http://acx100.erley.org/fw/acx111_2.3.1.31/
159 HASH:=383d86a8cfddf92400d661b4e43a9b855350fa656edd4f75b4aff7fab2d00e90
160 endef
161
162 define Download/tiacx111usbc1b
163 FILE:=tiacx111usbc1B
164 URL:=http://acx100.erley.org/fw/acx111_2.4.0.70-USB/
165 HASH:=f3c9e574de7073014ab6eef9a0f6412c53ae521b67723360af753c41401ed4d5
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 $(if $(CONFIG_LEDS_TRIGGERS), -DCONFIG_MAC80211_LEDS -DCONFIG_LEDS_TRIGGERS) \
176 $(if $(CONFIG_PACKAGE_MAC80211_DEBUGFS), -DCONFIG_CFG80211_DEBUGFS -DCONFIG_MAC80211_DEBUGFS) \
177 $(if $(CONFIG_PACKAGE_MAC80211_MESH), -DCONFIG_MAC80211_MESH) \
178 -DBACKPORTED_KERNEL_NAME=\\\"$(PKG_SOURCE)\\\" \
179 -DBACKPORTED_KERNEL_VERSION=\\\"$(PKG_SOURCE_VERSION)\\\" \
180 -DBACKPORTS_VERSION=\\\"unknown\\\" \
181
182 define Build/Compile
183 $(MAKE) -C "$(LINUX_DIR)" \
184 $(KERNEL_MAKE_FLAGS) \
185 SUBDIRS="$(PKG_BUILD_DIR)" \
186 $(PKG_EXTRA_KCONFIG) \
187 EXTRA_CFLAGS="$(PKG_EXTRA_CFLAGS) -DCONFIG_ACX_MAC80211_VERSION=\"KERNEL_VERSION(4,2,0)\"" \
188 LINUXINCLUDE="-I$(STAGING_DIR)/usr/include/mac80211-backport/uapi -I$(STAGING_DIR)/usr/include/mac80211-backport \
189 -I$(STAGING_DIR)/usr/include/mac80211/uapi -I$(STAGING_DIR)/usr/include/mac80211 \
190 -I$(LINUX_DIR)/include -I$(LINUX_DIR)/include/$(LINUX_UAPI_DIR) \
191 -I$(LINUX_DIR)/include/generated/uapi/ -Iarch/$(LINUX_KARCH)/include \
192 -Iarch/$(LINUX_KARCH)/include/$(LINUX_UAPI_DIR) \
193 -Iarch/$(LINUX_KARCH)/include/generated \
194 -Iarch/$(LINUX_KARCH)/include/generated/$(LINUX_UAPI_DIR) \
195 -include generated/autoconf.h \
196 -include backport/backport.h " \
197 V="$(V)" \
198 modules
199 endef
200
201 define Build/Configure
202 endef
203
204 define KernelPackage/acx-mac80211/install
205 $(INSTALL_DIR) $(1)/lib/firmware
206
207 ifneq ($(CONFIG_ACX_ID_0D)$(CONFIG_ACX_ID_11)$(CONFIG_ACX_ID_15),)
208 $(INSTALL_DATA) $(DL_DIR)/tiacx100 $(1)/lib/firmware/
209 endif
210
211 ifneq ($(CONFIG_ACX_ID_0D),)
212 $(INSTALL_DATA) $(DL_DIR)/tiacx100r0D $(1)/lib/firmware/
213 endif
214
215 ifneq ($(CONFIG_ACX_ID_11),)
216 $(INSTALL_DATA) $(DL_DIR)/tiacx100r11 $(1)/lib/firmware/
217 endif
218
219 ifneq ($(CONFIG_ACX_ID_15),)
220 $(INSTALL_DATA) $(DL_DIR)/tiacx100r15 $(1)/lib/firmware/
221 endif
222
223 ifneq ($(CONFIG_ACX_DEFAULT),)
224 $(INSTALL_DATA) $(DL_DIR)/tiacx111c16 $(1)/lib/firmware/
225 endif
226
227 ifneq ($(CONFIG_ACX_1_2_1_34),)
228 $(INSTALL_DATA) $(DL_DIR)/tiacx111c16_1.2.1_34 $(1)/lib/firmware/tiacx111c16
229 endif
230
231 ifneq ($(CONFIG_ACX_ID_17),)
232 $(INSTALL_DATA) $(DL_DIR)/tiacx111c17 $(1)/lib/firmware/
233 endif
234
235 ifneq ($(CONFIG_ACX_ID_19),)
236 $(INSTALL_DATA) $(DL_DIR)/tiacx111c19 $(1)/lib/firmware/
237 endif
238
239 ifneq ($(CONFIG_ACX_ID_1B),)
240 $(INSTALL_DATA) $(DL_DIR)/tiacx111usbc1B $(1)/lib/firmware/
241 endif
242
243 endef
244
245 $(eval $(call KernelPackage,acx-mac80211))
246 $(eval $(call Download,tiacx100))
247 $(eval $(call Download,tiacx100r0d))
248 $(eval $(call Download,tiacx100r11))
249 $(eval $(call Download,tiacx100r15))
250 $(eval $(call Download,tiacx111c16))
251 $(eval $(call Download,tiacx111c16_1))
252 $(eval $(call Download,tiacx111c17))
253 $(eval $(call Download,tiacx111c19))
254 $(eval $(call Download,tiacx111usbc1b))