Skip to content

Commit

Permalink
uboot-envtools: add support for Buffalo WZR-HP-G300NH
Browse files Browse the repository at this point in the history
This adds an entries for wzr-hp-g300nh-rb and wzr-hp-g300nh-s.

Signed-off-by: Mauri Sandberg <sandberg@mailfence.com>
  • Loading branch information
Mauri Sandberg authored and hauke committed Apr 30, 2021
1 parent 9ffa2f8 commit addf47a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package/boot/uboot-envtools/files/ath79
Original file line number Diff line number Diff line change
Expand Up @@ -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"
;;
Expand Down

0 comments on commit addf47a

Please sign in to comment.