ath79: Add support for Ubiquiti Nanostation AC
[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_nanostation-ac
88 $(Device/ubnt-wa)
89 DEVICE_TITLE := Ubiquiti Nanostation AC
90 DEVICE_PACKAGES += kmod-ath10k ath10k-firmware-qca988x
91 IMAGE_SIZE := 15744k
92 IMAGES += factory.bin
93 IMAGE/factory.bin := $$(IMAGE/sysupgrade.bin) | mkubntimage-split
94 endef
95 TARGET_DEVICES += ubnt_nanostation-ac
96
97 define Device/ubnt_nanostation-ac-loco
98 $(Device/ubnt-wa)
99 DEVICE_TITLE := Ubiquiti Nanostation AC loco
100 DEVICE_PACKAGES += kmod-ath10k ath10k-firmware-qca988x
101 IMAGE_SIZE := 15744k
102 IMAGES += factory.bin
103 IMAGE/factory.bin := $$(IMAGE/sysupgrade.bin) | mkubntimage-split
104 endef
105 TARGET_DEVICES += ubnt_nanostation-ac-loco
106
107 define Device/ubnt_unifi
108 $(Device/ubnt-bz)
109 DEVICE_TITLE := Ubiquiti UniFi
110 SUPPORTED_DEVICES += unifi
111 endef
112 TARGET_DEVICES += ubnt_unifi
113
114 define Device/ubnt_unifiac
115 ATH_SOC := qca9563
116 IMAGE_SIZE := 7744k
117 IMAGES := sysupgrade.bin
118 IMAGE/sysupgrade.bin := append-kernel | pad-to $$$$(BLOCKSIZE) | append-rootfs | pad-rootfs | append-metadata | check-size $$$$(IMAGE_SIZE)
119 DEVICE_PACKAGES := kmod-ath10k-ct ath10k-firmware-qca988x-ct
120 endef
121
122
123 define Device/ubnt_unifiac-lite
124 $(Device/ubnt_unifiac)
125 DEVICE_TITLE := Ubiquiti UniFi AC-Lite
126 SUPPORTED_DEVICES += ubnt-unifiac-lite
127 endef
128 TARGET_DEVICES += ubnt_unifiac-lite
129
130 define Device/ubnt_unifiac-mesh
131 $(Device/ubnt_unifiac)
132 DEVICE_TITLE := Ubiquiti UniFi AC-Mesh
133 SUPPORTED_DEVICES += ubnt-unifiac-mesh
134 endef
135 TARGET_DEVICES += ubnt_unifiac-mesh
136
137 define Device/ubnt_unifiac-mesh-pro
138 $(Device/ubnt_unifiac)
139 DEVICE_TITLE := Ubiquiti UniFi AC-Mesh Pro
140 SUPPORTED_DEVICES += ubnt-unifiac-mesh-pro
141 endef
142 TARGET_DEVICES += ubnt_unifiac-mesh-pro
143
144 define Device/ubnt_unifiac-pro
145 $(Device/ubnt_unifiac)
146 DEVICE_TITLE := Ubiquiti UniFi AC-Pro
147 DEVICE_PACKAGES += kmod-usb-core kmod-usb2
148 SUPPORTED_DEVICES += ubnt-unifiac-pro
149 endef
150 TARGET_DEVICES += ubnt_unifiac-pro
151
152 define Device/ubnt_routerstation_common
153 DEVICE_PACKAGES := -kmod-ath9k -wpad-mini -uboot-envtools kmod-usb-ohci kmod-usb2 fconfig
154 ATH_SOC := ar7161
155 IMAGE_SIZE := 16128k
156 IMAGES := sysupgrade.bin factory.bin
157 IMAGE/factory.bin := append-rootfs | pad-rootfs | mkubntimage | check-size $$$$(IMAGE_SIZE)
158 IMAGE/sysupgrade.bin := append-rootfs | pad-rootfs | combined-image | check-size $$$$(IMAGE_SIZE) | append-metadata
159 KERNEL := kernel-bin | append-dtb | lzma | pad-to $$(BLOCKSIZE)
160 KERNEL_INITRAMFS := kernel-bin | append-dtb
161 endef
162
163 define Device/ubnt_routerstation
164 $(Device/ubnt_routerstation_common)
165 DEVICE_TITLE := Ubiquiti RouterStation
166 UBNT_BOARD := RS
167 UBNT_TYPE := RSx
168 UBNT_CHIP := ar7100
169 DEVICE_PACKAGES += -swconfig
170 endef
171 TARGET_DEVICES += ubnt_routerstation
172
173 define Device/ubnt_routerstation-pro
174 $(Device/ubnt_routerstation_common)
175 DEVICE_TITLE := Ubiquiti RouterStation Pro
176 UBNT_BOARD := RSPRO
177 UBNT_TYPE := RSPRO
178 UBNT_CHIP := ar7100pro
179 endef
180 TARGET_DEVICES += ubnt_routerstation-pro