aboutsummaryrefslogtreecommitdiffstats
path: root/package/boot/uboot-envtools/files/ath79
diff options
context:
space:
mode:
authorStefan Lippers-Hollmann <s.l-h@gmx.de>2018-12-16 21:35:16 +0100
committerHauke Mehrtens <hauke@hauke-m.de>2018-12-18 20:17:09 +0100
commit4200dae3671f0c56196fe2635794ba459e99db66 (patch)
treeccc590d2e993c5d9bdd651cd6f5755da79b93d58 /package/boot/uboot-envtools/files/ath79
parent83109450ce9119a871efe8efd53b7aa07fecdcac (diff)
downloadupstream-4200dae3671f0c56196fe2635794ba459e99db66.tar.gz
upstream-4200dae3671f0c56196fe2635794ba459e99db66.tar.bz2
upstream-4200dae3671f0c56196fe2635794ba459e99db66.zip
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>
Diffstat (limited to 'package/boot/uboot-envtools/files/ath79')
-rw-r--r--package/boot/uboot-envtools/files/ath793
1 files changed, 3 insertions, 0 deletions
diff --git a/package/boot/uboot-envtools/files/ath79 b/package/boot/uboot-envtools/files/ath79
index aa0bf4514f..576e63f309 100644
--- a/package/boot/uboot-envtools/files/ath79
+++ b/package/boot/uboot-envtools/files/ath79
@@ -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|\