Ubiquiti WA devices with newer hw version (sold 2023)
require UBNT_VERSION to be at least 8.7.4, otherwise
the image is rejected.
For consistency, also increase version number for XC devices.
Signed-off-by: Martin Garbe <monomartin@opennet-initiative.de>
UBNT_BOARD := WA
UBNT_CHIP := ar934x
UBNT_TYPE := 2WA
- UBNT_VERSION := 8.5.3
+ UBNT_VERSION := 8.7.4
endef
define Device/ubnt-wa
UBNT_BOARD := WA
UBNT_CHIP := ar934x
UBNT_TYPE := WA
- UBNT_VERSION := 8.5.3
+ UBNT_VERSION := 8.7.4
endef
define Device/ubnt-xc
UBNT_BOARD := XC
UBNT_CHIP := qca955x
UBNT_TYPE := XC
- UBNT_VERSION := 8.5.3
+ UBNT_VERSION := 8.7.4
endef
define Device/ubnt-xm