66c16e44b023043ff5f905d8e3cfb8e751a1ce1c
[openwrt/openwrt.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 \
12 -B $(UBNT_BOARD) -v $(UBNT_TYPE).$(UBNT_CHIP).v6.0.0-$(VERSION_DIST)-$(REVISION) \
13 -k $(IMAGE_KERNEL) \
14 -r $@ \
15 -o $@
16 endef
17
18 # all UBNT XM/WA devices expect the kernel image to have 1024k while flash, when
19 # booting the image, the size doesn't matter.
20 define Build/mkubntimage-split
21 -[ -f $@ ] && ( \
22 dd if=$@ of=$@.old1 bs=1024k count=1; \
23 dd if=$@ of=$@.old2 bs=1024k skip=1; \
24 $(STAGING_DIR_HOST)/bin/mkfwimage \
25 -B $(UBNT_BOARD) -v $(UBNT_TYPE).$(UBNT_CHIP).v$(UBNT_VERSION)-$(UBNT_REVISION) \
26 -k $@.old1 \
27 -r $@.old2 \
28 -o $@; \
29 rm $@.old1 $@.old2 )
30 endef
31
32 # UBNT_BOARD e.g. one of (XS2, XS5, RS, XM)
33 # UBNT_TYPE e.g. one of (BZ, XM, XW)
34 # UBNT_CHIP e.g. one of (ar7240, ar933x, ar934x)
35 # UBNT_VERSION e.g. one of (6.0.0, 8.5.0)
36 define Device/ubnt
37 DEVICE_PACKAGES := kmod-usb-core kmod-usb2
38 IMAGE_SIZE := 7552k
39 UBNT_BOARD := XM
40 UBNT_VERSION := 6.0.0
41 IMAGES += factory.bin
42 IMAGE/factory.bin := append-kernel | pad-to $$$$(BLOCKSIZE) | \
43 append-rootfs | pad-rootfs | check-size $$$$(IMAGE_SIZE) | mkubntimage-split
44 endef
45
46 define Device/ubnt-xm
47 $(Device/ubnt)
48 DEVICE_PACKAGES += kmod-usb-ohci rssileds
49 UBNT_TYPE := XM
50 UBNT_CHIP := ar7240
51 ATH_SOC := ar7241
52 KERNEL := kernel-bin | append-dtb | relocate-kernel | lzma | uImage lzma
53 endef
54
55 define Device/ubnt-bz
56 $(Device/ubnt)
57 UBNT_TYPE := BZ
58 UBNT_CHIP := ar7240
59 ATH_SOC := ar7241
60 endef
61
62 define Device/ubnt-wa
63 $(Device/ubnt)
64 UBNT_TYPE := WA
65 UBNT_CHIP := ar934x
66 UBNT_BOARD := WA
67 UBNT_VERSION := 8.5.0
68 ATH_SOC := ar9342
69 endef
70
71 define Device/ubnt-xw
72 $(Device/ubnt)
73 UBNT_TYPE := XW
74 UBNT_CHIP := ar934x
75 UBNT_BOARD := XM
76 UBNT_VERSION := 6.0.4
77 UBNT_REVISION := 42.$(UBNT_REVISION)
78 ATH_SOC := ar9342
79 endef
80
81 define Device/ubnt_bullet-m
82 $(Device/ubnt-xm)
83 DEVICE_TITLE := Ubiquiti Bullet-M
84 SUPPORTED_DEVICES += bullet-m
85 endef
86 TARGET_DEVICES += ubnt_bullet-m
87
88 define Device/ubnt_bullet-m-xw
89 $(Device/ubnt-xw)
90 DEVICE_TITLE := Ubiquiti Bullet-M (XW)
91 SUPPORTED_DEVICES += bullet-m-xw
92 endef
93 TARGET_DEVICES += ubnt_bullet-m-xw
94
95 define Device/ubnt_rocket-m
96 $(Device/ubnt-xm)
97 DEVICE_TITLE := Ubiquiti Rocket-M
98 SUPPORTED_DEVICES += rocket-m
99 endef
100 TARGET_DEVICES += ubnt_rocket-m
101
102 define Device/ubnt_nano-m
103 $(Device/ubnt-xm)
104 DEVICE_TITLE := Ubiquiti Nano-M
105 SUPPORTED_DEVICES += nano-m
106 endef
107 TARGET_DEVICES += ubnt_nano-m
108
109 define Device/ubnt_lap-120
110 $(Device/ubnt-wa)
111 DEVICE_TITLE := Ubiquiti LiteAP ac (LAP-120)
112 DEVICE_PACKAGES += kmod-ath10k ath10k-firmware-qca988x
113 IMAGE_SIZE := 15744k
114 IMAGE/factory.bin := $$(IMAGE/sysupgrade.bin) | mkubntimage-split
115 endef
116 TARGET_DEVICES += ubnt_lap-120
117
118 define Device/ubnt_nanostation-ac
119 $(Device/ubnt-wa)
120 DEVICE_TITLE := Ubiquiti Nanostation AC
121 DEVICE_PACKAGES += kmod-ath10k ath10k-firmware-qca988x
122 IMAGE_SIZE := 15744k
123 IMAGE/factory.bin := $$(IMAGE/sysupgrade.bin) | mkubntimage-split
124 endef
125 TARGET_DEVICES += ubnt_nanostation-ac
126
127 define Device/ubnt_nanostation-ac-loco
128 $(Device/ubnt-wa)
129 DEVICE_TITLE := Ubiquiti Nanostation AC loco
130 DEVICE_PACKAGES += kmod-ath10k ath10k-firmware-qca988x
131 IMAGE_SIZE := 15744k
132 IMAGE/factory.bin := $$(IMAGE/sysupgrade.bin) | mkubntimage-split
133 endef
134 TARGET_DEVICES += ubnt_nanostation-ac-loco
135
136 define Device/ubnt_unifi
137 $(Device/ubnt-bz)
138 DEVICE_TITLE := Ubiquiti UniFi
139 SUPPORTED_DEVICES += unifi
140 endef
141 TARGET_DEVICES += ubnt_unifi
142
143 define Device/ubnt_unifiac
144 ATH_SOC := qca9563
145 IMAGE_SIZE := 7744k
146 IMAGES := sysupgrade.bin
147 IMAGE/sysupgrade.bin := append-kernel | pad-to $$$$(BLOCKSIZE) | append-rootfs | pad-rootfs | append-metadata | check-size $$$$(IMAGE_SIZE)
148 DEVICE_PACKAGES := kmod-ath10k-ct ath10k-firmware-qca988x-ct
149 endef
150
151
152 define Device/ubnt_unifiac-lite
153 $(Device/ubnt_unifiac)
154 DEVICE_TITLE := Ubiquiti UniFi AC-Lite
155 SUPPORTED_DEVICES += ubnt-unifiac-lite
156 endef
157 TARGET_DEVICES += ubnt_unifiac-lite
158
159 define Device/ubnt_unifiac-mesh
160 $(Device/ubnt_unifiac)
161 DEVICE_TITLE := Ubiquiti UniFi AC-Mesh
162 SUPPORTED_DEVICES += ubnt-unifiac-mesh
163 endef
164 TARGET_DEVICES += ubnt_unifiac-mesh
165
166 define Device/ubnt_unifiac-mesh-pro
167 $(Device/ubnt_unifiac)
168 DEVICE_TITLE := Ubiquiti UniFi AC-Mesh Pro
169 SUPPORTED_DEVICES += ubnt-unifiac-mesh-pro
170 endef
171 TARGET_DEVICES += ubnt_unifiac-mesh-pro
172
173 define Device/ubnt_unifiac-pro
174 $(Device/ubnt_unifiac)
175 DEVICE_TITLE := Ubiquiti UniFi AC-Pro
176 DEVICE_PACKAGES += kmod-usb-core kmod-usb2
177 SUPPORTED_DEVICES += ubnt-unifiac-pro
178 endef
179 TARGET_DEVICES += ubnt_unifiac-pro
180
181 define Device/ubnt_routerstation_common
182 DEVICE_PACKAGES := -kmod-ath9k -wpad-mini -uboot-envtools kmod-usb-ohci kmod-usb2 fconfig
183 ATH_SOC := ar7161
184 IMAGE_SIZE := 16128k
185 IMAGES := sysupgrade.bin factory.bin
186 IMAGE/factory.bin := append-rootfs | pad-rootfs | mkubntimage | check-size $$$$(IMAGE_SIZE)
187 IMAGE/sysupgrade.bin := append-rootfs | pad-rootfs | combined-image | check-size $$$$(IMAGE_SIZE) | append-metadata
188 KERNEL := kernel-bin | append-dtb | lzma | pad-to $$(BLOCKSIZE)
189 KERNEL_INITRAMFS := kernel-bin | append-dtb
190 endef
191
192 define Device/ubnt_routerstation
193 $(Device/ubnt_routerstation_common)
194 DEVICE_TITLE := Ubiquiti RouterStation
195 UBNT_BOARD := RS
196 UBNT_TYPE := RSx
197 UBNT_CHIP := ar7100
198 DEVICE_PACKAGES += -swconfig
199 endef
200 TARGET_DEVICES += ubnt_routerstation
201
202 define Device/ubnt_routerstation-pro
203 $(Device/ubnt_routerstation_common)
204 DEVICE_TITLE := Ubiquiti RouterStation Pro
205 UBNT_BOARD := RSPRO
206 UBNT_TYPE := RSPRO
207 UBNT_CHIP := ar7100pro
208 endef
209 TARGET_DEVICES += ubnt_routerstation-pro