From ebd7e565c7726329515dee8f1bc1c5929cc6e245 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20Valentin?= <avalentin@marcant.net>
Date: Tue, 25 Oct 2016 08:40:38 +0200
Subject: [PATCH] package/uboot-envtools: Add support for ZyXEL NBG6817
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Signed-off-by: André Valentin <avalentin@marcant.net>
---
 package/boot/uboot-envtools/files/ipq | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/package/boot/uboot-envtools/files/ipq b/package/boot/uboot-envtools/files/ipq
index 8cf0ddbb06..369f90f2b0 100755
--- a/package/boot/uboot-envtools/files/ipq
+++ b/package/boot/uboot-envtools/files/ipq
@@ -18,6 +18,9 @@ case "$board" in
 "ea8500")
 	ubootenv_add_uci_config "/dev/mtd10" "0x0" "0x20000" "0x20000"
 	;;
+"nbg6817")
+	ubootenv_add_uci_config "/dev/mtdblock9" "0x0" "0x10000" "0x10000"
+	;;
 esac
 
 config_load ubootenv
-- 
GitLab