mirror of https://github.com/hak5/openwrt.git
uboot-envtools: ath79: add support for the Buffalo WZR-HP-AG300H
Port support for the Buffalo WZR-HP-AG300H from the ar71xx target to ath79 as well. Build- and runtime tested on the Buffalo WZR-HP-AG300H. Signed-off-by: Stefan Lippers-Hollmann <s.l-h@gmx.de>openwrt-19.07
parent
83109450ce
commit
4200dae367
|
@ -13,6 +13,9 @@ touch /etc/config/ubootenv
|
|||
board=$(board_name)
|
||||
|
||||
case "$board" in
|
||||
buffalo,wzr-hp-ag300h)
|
||||
ubootenv_add_uci_config "/dev/mtd3" "0x0" "0x10000" "0x10000"
|
||||
;;
|
||||
glinet,ar300m|\
|
||||
ocedo,koala|\
|
||||
ocedo,raccoon|\
|
||||
|
|
Loading…
Reference in New Issue