[LEDE-DEV] [PATCH v5 3/3] uboot-envtools: Add tew827dru support

J Mo jmomo at jmomo.net
Sat Nov 26 21:28:35 PST 2016


Signed-off-by: Jesse Molina <jmomo at jmomo.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 369f90f..6563b42 100755
--- a/package/boot/uboot-envtools/files/ipq
+++ b/package/boot/uboot-envtools/files/ipq
@@ -21,6 +21,9 @@ case "$board" in
 "nbg6817")
 	ubootenv_add_uci_config "/dev/mtdblock9" "0x0" "0x10000" "0x10000"
 	;;
+"tew827dru")
+	ubootenv_add_uci_config "/dev/mtd9" "0x0" "0x40000" "0x20000" "2"
+	;;
 esac
 
 config_load ubootenv
-- 
2.1.4




More information about the Lede-dev mailing list