Browse Source

package/uboot-envtools: Add support for ZyXEL NBG6817

Signed-off-by: André Valentin <[email protected]>
André Valentin 9 years ago
parent
commit
ebd7e565c7
1 changed files with 3 additions and 0 deletions
  1. 3 0
      package/boot/uboot-envtools/files/ipq

+ 3 - 0
package/boot/uboot-envtools/files/ipq

@@ -18,6 +18,9 @@ case "$board" in
 "ea8500")
 "ea8500")
 	ubootenv_add_uci_config "/dev/mtd10" "0x0" "0x20000" "0x20000"
 	ubootenv_add_uci_config "/dev/mtd10" "0x0" "0x20000" "0x20000"
 	;;
 	;;
+"nbg6817")
+	ubootenv_add_uci_config "/dev/mtdblock9" "0x0" "0x10000" "0x10000"
+	;;
 esac
 esac
 
 
 config_load ubootenv
 config_load ubootenv