[openwrt/openwrt] uboot-envtools: ath79: add ZyXEL NBG6616 uboot env support

LEDE Commits lede-commits at lists.infradead.org
Mon Aug 10 12:37:53 EDT 2020


adrian pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/d32010d5ff7455cd51fb6b3e06fa4662ad87eaa9

commit d32010d5ff7455cd51fb6b3e06fa4662ad87eaa9
Author: Christoph Krapp <achterin at googlemail.com>
AuthorDate: Sun Aug 9 13:25:51 2020 +0200

    uboot-envtools: ath79: add ZyXEL NBG6616 uboot env support
    
    This adds support for ZyXEL NBG6616 uboot-env access
    
    Signed-off-by: Christoph Krapp <achterin at googlemail.com>
---
 package/boot/uboot-envtools/files/ath79 | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/package/boot/uboot-envtools/files/ath79 b/package/boot/uboot-envtools/files/ath79
index aca8a089c3..b00e3fa127 100644
--- a/package/boot/uboot-envtools/files/ath79
+++ b/package/boot/uboot-envtools/files/ath79
@@ -37,7 +37,8 @@ openmesh,om5p-ac-v2|\
 ubnt,nanostation-m|\
 yuncore,a770|\
 yuncore,a782|\
-yuncore,xd4200)
+yuncore,xd4200|\
+zyxel,nbg6616)
 	ubootenv_add_uci_config "/dev/mtd1" "0x0" "0x10000" "0x10000"
 	;;
 buffalo,wzr-hp-ag300h)



More information about the lede-commits mailing list