From cd9d0f9e97c912d45bbceb7868bcec51653de299 Mon Sep 17 00:00:00 2001
From: Mantas Pucka <mantas@8devices.com>
Date: Fri, 12 May 2017 19:54:41 +0200
Subject: [PATCH] uboot-envtools: add support for 8devices Rambutan

Signed-off-by: Mantas Pucka <mantas@8devices.com>
---
 package/boot/uboot-envtools/files/ar71xx | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/package/boot/uboot-envtools/files/ar71xx b/package/boot/uboot-envtools/files/ar71xx
index 3a5d2697c5..7b348ddc9b 100644
--- a/package/boot/uboot-envtools/files/ar71xx
+++ b/package/boot/uboot-envtools/files/ar71xx
@@ -67,6 +67,10 @@ wzr-hp-ag300h)
 dr531)
 	ubootenv_add_uci_config "/dev/mtd1" "0x0" "0xf800" "0x10000"
 	;;
+rambutan)
+	ubootenv_add_uci_config "/dev/mtd1" "0x0" "0x20000" "0x20000"
+	ubootenv_add_uci_config "/dev/mtd1" "0x100000" "0x20000" "0x20000"
+	;;
 qihoo-c301)
 	ubootenv_add_uci_config "/dev/mtd9" "0x0" "0x10000" "0x10000"
 	;;
-- 
2.25.1