[LEDE-DEV] [PATCH v4 5/5] package/uboot-envtools: Add support for ZyXEL NBG6817

André Valentin avalentin at marcant.net
Mon Oct 24 23:40:38 PDT 2016


Signed-off-by: André Valentin <avalentin at 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 8cf0ddb..369f90f 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
-- 
2.1.4




More information about the Lede-dev mailing list