[source] uboot-envtools: add support for YunCore SR3200 and XD3200

LEDE Commits lede-commits at lists.infradead.org
Mon Dec 12 00:59:10 PST 2016


blogic pushed a commit to source.git, branch master:
https://git.lede-project.org/c40477519edc39130211e5e116fb2b7dad1eae02

commit c40477519edc39130211e5e116fb2b7dad1eae02
Author: Piotr Dymacz <pepe2k at gmail.com>
AuthorDate: Fri Dec 2 23:01:44 2016 +0100

    uboot-envtools: add support for YunCore SR3200 and XD3200
    
    Signed-off-by: Piotr Dymacz <pepe2k at gmail.com>
---
 package/boot/uboot-envtools/files/ar71xx | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/package/boot/uboot-envtools/files/ar71xx b/package/boot/uboot-envtools/files/ar71xx
index cf82d2b..28622be 100644
--- a/package/boot/uboot-envtools/files/ar71xx
+++ b/package/boot/uboot-envtools/files/ar71xx
@@ -40,8 +40,10 @@ om5p-an | \
 om5p-ac | \
 om5p-acv2 | \
 om5p | \
+sr3200 | \
 tube2h | \
-wndr3700)
+wndr3700 | \
+xd3200)
 	ubootenv_add_uci_config "/dev/mtd1" "0x0" "0x10000" "0x10000"
 	;;
 alfa-ap96 | \



More information about the lede-commits mailing list