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