diff options
author | Mauri Sandberg <sandberg@mailfence.com> | 2021-04-22 10:52:41 +0300 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2021-04-30 23:51:23 +0200 |
commit | addf47a9a8228ed3099ebb010674e817b30284e0 (patch) | |
tree | 2916c571f3ef2d30ef487367c44b496978e00b74 /package/boot/uboot-envtools | |
parent | 9ffa2f8193a43b9044fcfd0e16b204e989b0d941 (diff) | |
download | upstream-addf47a9a8228ed3099ebb010674e817b30284e0.tar.gz upstream-addf47a9a8228ed3099ebb010674e817b30284e0.tar.bz2 upstream-addf47a9a8228ed3099ebb010674e817b30284e0.zip |
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@mailfence.com>
Diffstat (limited to 'package/boot/uboot-envtools')
-rw-r--r-- | package/boot/uboot-envtools/files/ath79 | 4 |
1 files changed, 4 insertions, 0 deletions
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" ;; |