[openwrt/openwrt] uboot-envtools: ath79: add support for Wallys DR531
LEDE Commits
lede-commits at lists.infradead.org
Sun Sep 27 19:30:25 EDT 2020
pepe2k pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/9b699301f5bda1e03388a51e9892ff7f5e2a44a9
commit 9b699301f5bda1e03388a51e9892ff7f5e2a44a9
Author: Piotr Dymacz <pepe2k at gmail.com>
AuthorDate: Sun Sep 6 09:53:12 2020 +0200
uboot-envtools: ath79: add support for Wallys DR531
Signed-off-by: Piotr Dymacz <pepe2k at gmail.com>
---
package/boot/uboot-envtools/files/ath79 | 3 +++
1 file changed, 3 insertions(+)
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
More information about the lede-commits
mailing list