ath79: add support for Ubiquiti ToughSwitch/EdgeSwitch 8XP
[openwrt/staging/wigyori.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_edgeswitch-8xp
133 $(Device/ubnt-sw)
134 DEVICE_MODEL := EdgeSwitch 8XP
135 DEVICE_PACKAGES += switch-bcm53xx-mdio
136 endef
137 TARGET_DEVICES += ubnt_edgeswitch-8xp
138
139 define Device/ubnt_lap-120
140 $(Device/ubnt-wa)
141 DEVICE_MODEL := LiteAP ac
142 DEVICE_VARIANT := LAP-120
143 DEVICE_PACKAGES += kmod-ath10k-ct-smallbuffers ath10k-firmware-qca988x-ct
144 endef
145 TARGET_DEVICES += ubnt_lap-120
146
147 define Device/ubnt_litebeam-ac-gen2
148 $(Device/ubnt-wa)
149 DEVICE_MODEL := LiteBeam AC
150 DEVICE_VARIANT := Gen2
151 DEVICE_PACKAGES := kmod-ath10k-ct-smallbuffers ath10k-firmware-qca988x-ct
152 endef
153 TARGET_DEVICES += ubnt_litebeam-ac-gen2
154
155 define Device/ubnt_nanobeam-ac
156 $(Device/ubnt-wa)
157 DEVICE_MODEL := NanoBeam AC
158 DEVICE_PACKAGES += kmod-ath10k-ct-smallbuffers ath10k-firmware-qca988x-ct rssileds
159 endef
160 TARGET_DEVICES += ubnt_nanobeam-ac
161
162 define Device/ubnt_nanostation-ac
163 $(Device/ubnt-wa)
164 DEVICE_MODEL := Nanostation AC
165 DEVICE_PACKAGES += kmod-ath10k-ct-smallbuffers ath10k-firmware-qca988x-ct rssileds
166 endef
167 TARGET_DEVICES += ubnt_nanostation-ac
168
169 define Device/ubnt_nanostation-ac-loco
170 $(Device/ubnt-wa)
171 DEVICE_MODEL := Nanostation AC loco
172 DEVICE_PACKAGES += kmod-ath10k-ct-smallbuffers ath10k-firmware-qca988x-ct
173 endef
174 TARGET_DEVICES += ubnt_nanostation-ac-loco
175
176 define Device/ubnt_nanostation-m
177 $(Device/ubnt-xm)
178 DEVICE_MODEL := Nanostation M
179 DEVICE_PACKAGES += rssileds
180 SUPPORTED_DEVICES += nanostation-m
181 endef
182 TARGET_DEVICES += ubnt_nanostation-m
183
184 define Device/ubnt_nanostation-m-xw
185 $(Device/ubnt-xw)
186 DEVICE_MODEL := Nanostation M
187 DEVICE_PACKAGES += rssileds
188 SUPPORTED_DEVICES += nanostation-m-xw
189 endef
190 TARGET_DEVICES += ubnt_nanostation-m-xw
191
192 define Device/ubnt_rocket-m
193 $(Device/ubnt-xm)
194 DEVICE_MODEL := Rocket-M
195 DEVICE_PACKAGES += rssileds
196 SUPPORTED_DEVICES += rocket-m
197 endef
198 TARGET_DEVICES += ubnt_rocket-m
199
200 define Device/ubnt_routerstation_common
201 DEVICE_PACKAGES := -kmod-ath9k -wpad-mini -uboot-envtools kmod-usb-ohci \
202 kmod-usb2 fconfig
203 DEVICE_VENDOR := Ubiquiti
204 SOC := ar7161
205 IMAGE_SIZE := 16128k
206 IMAGES := factory.bin
207 IMAGE/factory.bin := append-rootfs | pad-rootfs | mkubntimage | \
208 check-size $$$$(IMAGE_SIZE)
209 KERNEL := kernel-bin | append-dtb | lzma | pad-to $$(BLOCKSIZE)
210 KERNEL_INITRAMFS := kernel-bin | append-dtb
211 endef
212
213 define Device/ubnt_routerstation
214 $(Device/ubnt_routerstation_common)
215 DEVICE_MODEL := RouterStation
216 UBNT_BOARD := RS
217 UBNT_TYPE := RSx
218 UBNT_CHIP := ar7100
219 DEVICE_PACKAGES += -swconfig
220 SUPPORTED_DEVICES += routerstation
221 endef
222 TARGET_DEVICES += ubnt_routerstation
223
224 define Device/ubnt_routerstation-pro
225 $(Device/ubnt_routerstation_common)
226 DEVICE_MODEL := RouterStation Pro
227 UBNT_BOARD := RSPRO
228 UBNT_TYPE := RSPRO
229 UBNT_CHIP := ar7100pro
230 SUPPORTED_DEVICES += routerstation-pro
231 endef
232 TARGET_DEVICES += ubnt_routerstation-pro
233
234 define Device/ubnt_unifi
235 $(Device/ubnt-bz)
236 DEVICE_MODEL := UniFi
237 SUPPORTED_DEVICES += unifi
238 endef
239 TARGET_DEVICES += ubnt_unifi
240
241 define Device/ubnt_unifiac
242 DEVICE_VENDOR := Ubiquiti
243 SOC := qca9563
244 IMAGE_SIZE := 7744k
245 DEVICE_PACKAGES := kmod-ath10k-ct ath10k-firmware-qca988x-ct
246 endef
247
248 define Device/ubnt_unifiac-lite
249 $(Device/ubnt_unifiac)
250 DEVICE_MODEL := UniFi AC-Lite
251 SUPPORTED_DEVICES += unifiac-lite
252 endef
253 TARGET_DEVICES += ubnt_unifiac-lite
254
255 define Device/ubnt_unifiac-lr
256 $(Device/ubnt_unifiac)
257 DEVICE_MODEL := UniFi AC-LR
258 SUPPORTED_DEVICES += unifiac-lite ubnt,unifiac-lite
259 endef
260 TARGET_DEVICES += ubnt_unifiac-lr
261
262 define Device/ubnt_unifiac-mesh
263 $(Device/ubnt_unifiac)
264 DEVICE_MODEL := UniFi AC-Mesh
265 SUPPORTED_DEVICES += ubnt-unifiac-mesh
266 endef
267 TARGET_DEVICES += ubnt_unifiac-mesh
268
269 define Device/ubnt_unifiac-mesh-pro
270 $(Device/ubnt_unifiac)
271 DEVICE_MODEL := UniFi AC-Mesh Pro
272 SUPPORTED_DEVICES += ubnt-unifiac-mesh-pro
273 endef
274 TARGET_DEVICES += ubnt_unifiac-mesh-pro
275
276 define Device/ubnt_unifiac-pro
277 $(Device/ubnt_unifiac)
278 DEVICE_MODEL := UniFi AC-Pro
279 DEVICE_PACKAGES += kmod-usb2
280 SUPPORTED_DEVICES += ubnt-unifiac-pro
281 endef
282 TARGET_DEVICES += ubnt_unifiac-pro