Skip to content
Snippets Groups Projects
Commit ebd7e565 authored by André Valentin's avatar André Valentin Committed by John Crispin
Browse files

package/uboot-envtools: Add support for ZyXEL NBG6817

parent 783875f1
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment