ath79: add support for Ubiquiti SW devices
[openwrt/staging/ldir.git] / target / linux / ath79 / image / generic-ubnt.mk
1 DEVICE_VARS += UBNT_BOARD UBNT_CHIP UBNT_TYPE UBNT_VERSION UBNT_REVISION
2
3 # On M (XW) devices the U-Boot as of version 1.1.4-s1039 doesn't like
4 # VERSION_DIST being on the place of major(?) version number, so we need to
5 # use some number.
6 UBNT_REVISION := $(VERSION_DIST)-$(REVISION)
7
8 # mkubntimage is using the kernel image direct
9 # routerboard creates partitions out of the ubnt header
10 define Build/mkubntimage
11 -$(STAGING_DIR_HOST)/bin/mkfwimage -B $(UBNT_BOARD) \
12 -v $(UBNT_TYPE).$(UBNT_CHIP).v6.0.0-$(VERSION_DIST)-$(REVISION) \
13 -k $(IMAGE_KERNEL) -r $@ -o $@
14 endef
15
16 # all UBNT XM/WA devices expect the kernel image to have 1024k while flash, when
17 # booting the image, the size doesn't matter.
18 define Build/mkubntimage-split
19 -[ -f $@ ] && ( \
20 dd if=$@ of=$@.old1 bs=1024k count=1; \
21 dd if=$@ of=$@.old2 bs=1024k skip=1; \
22 $(STAGING_DIR_HOST)/bin/mkfwimage -B $(UBNT_BOARD) \
23 -v $(UBNT_TYPE).$(UBNT_CHIP).v$(UBNT_VERSION)-$(UBNT_REVISION) \
24 -k $@.old1 -r $@.old2 -o $@; \
25 rm $@.old1 $@.old2 )
26 endef
27
28 # UBNT_BOARD e.g. one of (XS2, XS5, RS, XM)
29 # UBNT_TYPE e.g. one of (BZ, XM, XW)
30 # UBNT_CHIP e.g. one of (ar7240, ar933x, ar934x)
31 # UBNT_VERSION e.g. one of (6.0.0, 8.5.0)
32 define Device/ubnt
33 DEVICE_VENDOR := Ubiquiti
34 DEVICE_PACKAGES := kmod-usb2
35 IMAGES += factory.bin
36 IMAGE/factory.bin := append-kernel | pad-to $$$$(BLOCKSIZE) | \
37 append-rootfs | pad-rootfs | check-size $$$$(IMAGE_SIZE) | mkubntimage-split
38 endef
39
40 define Device/ubnt-bz
41 $(Device/ubnt)
42 SOC := ar7241
43 IMAGE_SIZE := 7448k
44 UBNT_BOARD := XM
45 UBNT_CHIP := ar7240
46 UBNT_TYPE := BZ
47 UBNT_VERSION := 6.0.0
48 endef
49
50 define Device/ubnt-sw
51 $(Device/ubnt)
52 SOC := ar7242
53 DEVICE_PACKAGES += kmod-usb-ohci
54 IMAGE_SIZE := 7552k
55 UBNT_BOARD := SW
56 UBNT_CHIP := ar7240
57 UBNT_TYPE := SW
58 UBNT_VERSION := 1.4.1
59 KERNEL := kernel-bin | append-dtb | relocate-kernel | lzma | uImage lzma
60 endef
61
62 define Device/ubnt-wa
63 $(Device/ubnt)
64 SOC := ar9342
65 IMAGE_SIZE := 15744k
66 UBNT_BOARD := WA
67 UBNT_CHIP := ar934x
68 UBNT_TYPE := WA
69 UBNT_VERSION := 8.5.0
70 endef
71
72 define Device/ubnt-xm
73 $(Device/ubnt)
74 SOC := ar7241
75 DEVICE_VARIANT := XM
76 DEVICE_PACKAGES += kmod-usb-ohci
77 IMAGE_SIZE := 7448k
78 UBNT_BOARD := XM
79 UBNT_CHIP := ar7240
80 UBNT_TYPE := XM
81 UBNT_VERSION := 6.0.0
82 KERNEL := kernel-bin | append-dtb | relocate-kernel | lzma | uImage lzma
83 endef
84
85 define Device/ubnt-xw
86 $(Device/ubnt)
87 SOC := ar9342
88 DEVICE_VARIANT := XW
89 IMAGE_SIZE := 7552k
90 UBNT_BOARD := XM
91 UBNT_CHIP := ar934x
92 UBNT_REVISION := 42.$(UBNT_REVISION)
93 UBNT_TYPE := XW
94 UBNT_VERSION := 6.0.4
95 endef
96
97 define Device/ubnt_acb-isp
98 $(Device/ubnt)
99 SOC := qca9533
100 DEVICE_MODEL := airCube ISP
101 IMAGE_SIZE := 15744k
102 UBNT_BOARD := ACB-ISP
103 UBNT_CHIP := qca9533
104 UBNT_TYPE := ACB
105 UBNT_VERSION := 2.5.0
106 endef
107 TARGET_DEVICES += ubnt_acb-isp
108
109 define Device/ubnt_airrouter
110 $(Device/ubnt-xm)
111 DEVICE_MODEL := AirRouter
112 SUPPORTED_DEVICES += airrouter
113 endef
114 TARGET_DEVICES += ubnt_airrouter
115
116 define Device/ubnt_bullet-m
117 $(Device/ubnt-xm)
118 DEVICE_MODEL := Bullet-M
119 DEVICE_PACKAGES += rssileds
120 SUPPORTED_DEVICES += bullet-m
121 endef
122 TARGET_DEVICES += ubnt_bullet-m
123
124 define Device/ubnt_bullet-m-xw
125 $(Device/ubnt-xw)
126 DEVICE_MODEL := Bullet-M
127 DEVICE_PACKAGES += rssileds
128 SUPPORTED_DEVICES += bullet-m-xw
129 endef
130 TARGET_DEVICES += ubnt_bullet-m-xw
131
132 define Device/ubnt_lap-120
133 $(Device/ubnt-wa)
134 DEVICE_MODEL := LiteAP ac
135 DEVICE_VARIANT := LAP-120
136 DEVICE_PACKAGES += kmod-ath10k-ct-smallbuffers ath10k-firmware-qca988x-ct
137 endef
138 TARGET_DEVICES += ubnt_lap-120
139
140 define Device/ubnt_litebeam-ac-gen2
141 $(Device/ubnt-wa)
142 DEVICE_MODEL := LiteBeam AC
143 DEVICE_VARIANT := Gen2
144 DEVICE_PACKAGES := kmod-ath10k-ct-smallbuffers ath10k-firmware-qca988x-ct
145 endef
146 TARGET_DEVICES += ubnt_litebeam-ac-gen2
147
148 define Device/ubnt_nanobeam-ac
149 $(Device/ubnt-wa)
150 DEVICE_MODEL := NanoBeam AC
151 DEVICE_PACKAGES += kmod-ath10k-ct-smallbuffers ath10k-firmware-qca988x-ct rssileds
152 endef
153 TARGET_DEVICES += ubnt_nanobeam-ac
154
155 define Device/ubnt_nanostation-ac
156 $(Device/ubnt-wa)
157 DEVICE_MODEL := Nanostation AC
158 DEVICE_PACKAGES += kmod-ath10k-ct-smallbuffers ath10k-firmware-qca988x-ct rssileds
159 endef
160 TARGET_DEVICES += ubnt_nanostation-ac
161
162 define Device/ubnt_nanostation-ac-loco
163 $(Device/ubnt-wa)
164 DEVICE_MODEL := Nanostation AC loco
165 DEVICE_PACKAGES += kmod-ath10k-ct-smallbuffers ath10k-firmware-qca988x-ct
166 endef
167 TARGET_DEVICES += ubnt_nanostation-ac-loco
168
169 define Device/ubnt_nanostation-m
170 $(Device/ubnt-xm)
171 DEVICE_MODEL := Nanostation M
172 DEVICE_PACKAGES += rssileds
173 SUPPORTED_DEVICES += nanostation-m
174 endef
175 TARGET_DEVICES += ubnt_nanostation-m
176
177 define Device/ubnt_nanostation-m-xw
178 $(Device/ubnt-xw)
179 DEVICE_MODEL := Nanostation M
180 DEVICE_PACKAGES += rssileds
181 SUPPORTED_DEVICES += nanostation-m-xw
182 endef
183 TARGET_DEVICES += ubnt_nanostation-m-xw
184
185 define Device/ubnt_rocket-m
186 $(Device/ubnt-xm)
187 DEVICE_MODEL := Rocket-M
188 DEVICE_PACKAGES += rssileds
189 SUPPORTED_DEVICES += rocket-m
190 endef
191 TARGET_DEVICES += ubnt_rocket-m
192
193 define Device/ubnt_routerstation_common
194 DEVICE_PACKAGES := -kmod-ath9k -wpad-mini -uboot-envtools kmod-usb-ohci \
195 kmod-usb2 fconfig
196 DEVICE_VENDOR := Ubiquiti
197 SOC := ar7161
198 IMAGE_SIZE := 16128k
199 IMAGES := factory.bin
200 IMAGE/factory.bin := append-rootfs | pad-rootfs | mkubntimage | \
201 check-size $$$$(IMAGE_SIZE)
202 KERNEL := kernel-bin | append-dtb | lzma | pad-to $$(BLOCKSIZE)
203 KERNEL_INITRAMFS := kernel-bin | append-dtb
204 endef
205
206 define Device/ubnt_routerstation
207 $(Device/ubnt_routerstation_common)
208 DEVICE_MODEL := RouterStation
209 UBNT_BOARD := RS
210 UBNT_TYPE := RSx
211 UBNT_CHIP := ar7100
212 DEVICE_PACKAGES += -swconfig
213 SUPPORTED_DEVICES += routerstation
214 endef
215 TARGET_DEVICES += ubnt_routerstation
216
217 define Device/ubnt_routerstation-pro
218 $(Device/ubnt_routerstation_common)
219 DEVICE_MODEL := RouterStation Pro
220 UBNT_BOARD := RSPRO
221 UBNT_TYPE := RSPRO
222 UBNT_CHIP := ar7100pro
223 SUPPORTED_DEVICES += routerstation-pro
224 endef
225 TARGET_DEVICES += ubnt_routerstation-pro
226
227 define Device/ubnt_unifi
228 $(Device/ubnt-bz)
229 DEVICE_MODEL := UniFi
230 SUPPORTED_DEVICES += unifi
231 endef
232 TARGET_DEVICES += ubnt_unifi
233
234 define Device/ubnt_unifiac
235 DEVICE_VENDOR := Ubiquiti
236 SOC := qca9563
237 IMAGE_SIZE := 7744k
238 DEVICE_PACKAGES := kmod-ath10k-ct ath10k-firmware-qca988x-ct
239 endef
240
241 define Device/ubnt_unifiac-lite
242 $(Device/ubnt_unifiac)
243 DEVICE_MODEL := UniFi AC-Lite
244 SUPPORTED_DEVICES += unifiac-lite
245 endef
246 TARGET_DEVICES += ubnt_unifiac-lite
247
248 define Device/ubnt_unifiac-lr
249 $(Device/ubnt_unifiac)
250 DEVICE_MODEL := UniFi AC-LR
251 SUPPORTED_DEVICES += unifiac-lite ubnt,unifiac-lite
252 endef
253 TARGET_DEVICES += ubnt_unifiac-lr
254
255 define Device/ubnt_unifiac-mesh
256 $(Device/ubnt_unifiac)
257 DEVICE_MODEL := UniFi AC-Mesh
258 SUPPORTED_DEVICES += ubnt-unifiac-mesh
259 endef
260 TARGET_DEVICES += ubnt_unifiac-mesh
261
262 define Device/ubnt_unifiac-mesh-pro
263 $(Device/ubnt_unifiac)
264 DEVICE_MODEL := UniFi AC-Mesh Pro
265 SUPPORTED_DEVICES += ubnt-unifiac-mesh-pro
266 endef
267 TARGET_DEVICES += ubnt_unifiac-mesh-pro
268
269 define Device/ubnt_unifiac-pro
270 $(Device/ubnt_unifiac)
271 DEVICE_MODEL := UniFi AC-Pro
272 DEVICE_PACKAGES += kmod-usb2
273 SUPPORTED_DEVICES += ubnt-unifiac-pro
274 endef
275 TARGET_DEVICES += ubnt_unifiac-pro