diff options
author | Martin Garbe <monomartin@opennet-initiative.de> | 2024-02-13 07:49:05 +0100 |
---|---|---|
committer | Nick Hainke <vincent@systemli.org> | 2024-02-19 16:51:39 +0100 |
commit | 873b0ed42c11ef3397cefe477dcdd02d612383f2 (patch) | |
tree | 2d403e53c83c3402eb36f30b507a844e116785f6 /target/linux | |
parent | 782266473de09c2b5f9332027bde3e5ad0493534 (diff) |
ath79: update WA/XC devices UBNT_VERSION to 8.7.4
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>
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/ath79/image/common-ubnt.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/target/linux/ath79/image/common-ubnt.mk b/target/linux/ath79/image/common-ubnt.mk index f44e06e110..6dd5ae1460 100644 --- a/target/linux/ath79/image/common-ubnt.mk +++ b/target/linux/ath79/image/common-ubnt.mk @@ -74,7 +74,7 @@ define Device/ubnt-2wa UBNT_BOARD := WA UBNT_CHIP := ar934x UBNT_TYPE := 2WA - UBNT_VERSION := 8.5.3 + UBNT_VERSION := 8.7.4 endef define Device/ubnt-wa @@ -84,7 +84,7 @@ 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 @@ -93,7 +93,7 @@ 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 |