[openwrt/openwrt] uboot-envtools: add support for Buffalo WZR-HP-G300NH

LEDE Commits lede-commits at lists.infradead.org
Fri Apr 30 23:37:52 BST 2021


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

commit addf47a9a8228ed3099ebb010674e817b30284e0
Author: Mauri Sandberg <sandberg at mailfence.com>
AuthorDate: Thu Apr 22 10:52:41 2021 +0300

    uboot-envtools: add support for Buffalo WZR-HP-G300NH
    
    This adds an entries for wzr-hp-g300nh-rb and wzr-hp-g300nh-s.
    
    Signed-off-by: Mauri Sandberg <sandberg at mailfence.com>
---
 package/boot/uboot-envtools/files/ath79 | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/package/boot/uboot-envtools/files/ath79 b/package/boot/uboot-envtools/files/ath79
index 6eb66a22db..d0353c9023 100644
--- a/package/boot/uboot-envtools/files/ath79
+++ b/package/boot/uboot-envtools/files/ath79
@@ -67,6 +67,10 @@ zyxel,nbg6616)
 buffalo,wzr-hp-ag300h)
 	ubootenv_add_uci_config "/dev/mtd3" "0x0" "0x10000" "0x10000"
 	;;
+buffalo,wzr-hp-g300nh-rb|\
+buffalo,wzr-hp-g300nh-s)
+	ubootenv_add_uci_config "/dev/mtd1" "0x0" "0x20000" "0x20000"
+	;;
 domywifi,dw33d)
 	ubootenv_add_uci_config "/dev/mtd4" "0x0" "0x10000" "0x10000"
 	;;



More information about the lede-commits mailing list