From 9b699301f5bda1e03388a51e9892ff7f5e2a44a9 Mon Sep 17 00:00:00 2001 From: Piotr Dymacz Date: Sun, 6 Sep 2020 09:53:12 +0200 Subject: uboot-envtools: ath79: add support for Wallys DR531 Signed-off-by: Piotr Dymacz --- package/boot/uboot-envtools/files/ath79 | 3 +++ 1 file changed, 3 insertions(+) (limited to 'package/boot/uboot-envtools/files/ath79') diff --git a/package/boot/uboot-envtools/files/ath79 b/package/boot/uboot-envtools/files/ath79 index 0c01b66f9d..1556094703 100644 --- a/package/boot/uboot-envtools/files/ath79 +++ b/package/boot/uboot-envtools/files/ath79 @@ -76,6 +76,9 @@ netgear,wndr4300sw) qihoo,c301) ubootenv_add_uci_config "/dev/mtd9" "0x0" "0x10000" "0x10000" ;; +wallys,dr531) + ubootenv_add_uci_config "/dev/mtd1" "0x0" "0xf800" "0x10000" + ;; esac config_load ubootenv -- cgit v1.2.3