ipq806x: Add support for Netgear D7800

Signed-off-by: Tathagata Das <tathagata@alumnux.com>

SVN-Revision: 48360
This commit is contained in:
John Crispin
2016-01-19 10:16:36 +00:00
parent f51f92d7e9
commit 78a6a9aec3
7 changed files with 413 additions and 1 deletions

View File

@@ -7,6 +7,7 @@ platform_check_image() {
case "$board" in
ap148 |\
d7800 |\
r7500)
nand_do_platform_check $board $1
return $?;
@@ -21,6 +22,7 @@ platform_pre_upgrade() {
case "$board" in
ap148 |\
d7800 |\
r7500)
nand_do_upgrade "$1"
;;