[openwrt/openwrt] uboot-envtools: ath79: add support for Ubiquiti XM devices

LEDE Commits lede-commits at lists.infradead.org
Sun Nov 13 14:31:48 PST 2022


hauke pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/a98fa043626473460ccd05c5dcf9efb87b6650ed

commit a98fa043626473460ccd05c5dcf9efb87b6650ed
Author: Lech Perczak <lech.perczak at gmail.com>
AuthorDate: Mon Aug 10 21:40:37 2020 +0200

    uboot-envtools: ath79: add support for Ubiquiti XM devices
    
    Inspired by commit 9565c5726a34da7c9c953d2293b70fdbfef0e0be, and by
    facts that all Ubiquiti XM devices share flash layout, and images are
    mostly compatible between all of them - enable uboot-envtools support for
    whole XM line.
    
    Build tested on: Ubiquiti Airrouter, Bullet-M (7240,7241), Nanobridge-M,
    Nanostation-M (+ Loco), Picostation-M, Powerbridge-M, Rocket-M.
    Runtime tested on: Ubiquiti Nanobridge M5 (XM).
    
    Signed-off-by: Lech Perczak <lech.perczak at gmail.com>
---
 package/boot/uboot-envtools/files/ath79 | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/package/boot/uboot-envtools/files/ath79 b/package/boot/uboot-envtools/files/ath79
index f255040f7d..89eb830575 100644
--- a/package/boot/uboot-envtools/files/ath79
+++ b/package/boot/uboot-envtools/files/ath79
@@ -66,7 +66,15 @@ openmesh,om5p-an|\
 openmesh,om5p-ac-v1|\
 openmesh,om5p-ac-v2|\
 samsung,wam250|\
+ubnt,airrouter|\
+ubnt,bullet-m-ar7240|\
+ubnt,bullet-m-ar7241|\
+ubnt,nanobridge-m|\
+ubnt,nanostation-loco-m|\
 ubnt,nanostation-m|\
+ubnt,picostation-m|\
+ubnt,powerbridge-m|\
+ubnt,rocket-m|\
 watchguard,ap100|\
 watchguard,ap200|\
 watchguard,ap300|\




More information about the lede-commits mailing list