diff options
author | Roger Pueyo Centelles <roger.pueyo@guifi.net> | 2020-05-28 11:44:54 +0200 |
---|---|---|
committer | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2020-06-03 15:29:20 +0200 |
commit | 6488d2f7cc8e895f2433d3c6b967a7048190722a (patch) | |
tree | 60148ea1953c9a2c4af0215816bae2d6f71c833c /target/linux/ath79 | |
parent | fb79e5d9fec8e118e7f72b489ba83b0c2488e024 (diff) | |
download | openwrt-6488d2f7cc8e895f2433d3c6b967a7048190722a.tar.gz openwrt-6488d2f7cc8e895f2433d3c6b967a7048190722a.tar.bz2 openwrt-6488d2f7cc8e895f2433d3c6b967a7048190722a.zip |
ath79: update WA/XC devices UBNT_VERSION to 8.5.3
Ubiquiti WA devices with newer hw version 2011K require UBNT_VERSION
to be at least 8.5.3, otherwise the image is rejected:
New ver: WA.ar934x.v8.5.0-42.OpenWrt-r10947-65030d81f3
Versions: New(525568) 8.5.0, Required(525571) 8.5.3
Invalid version 'WA.ar934x.v8.5.0-42.OpenWrt-r10947-65030d81f3'
For consistency, also increase version number for XC devices.
Tested-by: Pedro <pedrowrt@cas.cat>
Signed-off-by: Roger Pueyo Centelles <roger.pueyo@guifi.net>
(cherry picked from commit 95caa3436d98dac3709e550765f3f86d11a99782)
Diffstat (limited to 'target/linux/ath79')
-rw-r--r-- | target/linux/ath79/image/generic-ubnt.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/ath79/image/generic-ubnt.mk b/target/linux/ath79/image/generic-ubnt.mk index f34ffa1612..d16d820fbc 100644 --- a/target/linux/ath79/image/generic-ubnt.mk +++ b/target/linux/ath79/image/generic-ubnt.mk @@ -32,7 +32,7 @@ endef # UBNT_BOARD e.g. one of (XS2, XS5, RS, XM) # UBNT_TYPE e.g. one of (BZ, XM, XW) # UBNT_CHIP e.g. one of (ar7240, ar933x, ar934x) -# UBNT_VERSION e.g. one of (6.0.0, 8.5.0) +# UBNT_VERSION e.g. one of (6.0.0, 8.5.3) define Device/ubnt DEVICE_PACKAGES := kmod-usb-core kmod-usb2 IMAGE_SIZE := 7552k @@ -64,7 +64,7 @@ define Device/ubnt-wa UBNT_TYPE := WA UBNT_CHIP := ar934x UBNT_BOARD := WA - UBNT_VERSION := 8.5.0 + UBNT_VERSION := 8.5.3 ATH_SOC := ar9342 endef |