forked from Ivasoft/openwrt
ipq806x: add initial support for Netgear R7800
Signed-off-by: Pavel Kubelun <be.dissent@gmail.com>
This commit is contained in:
committed by
John Crispin
parent
9bf3ddcb2a
commit
823242185b
@@ -9,7 +9,8 @@ platform_check_image() {
|
||||
ap148 |\
|
||||
d7800 |\
|
||||
ea8500 |\
|
||||
r7500)
|
||||
r7500 |\
|
||||
r7800)
|
||||
nand_do_platform_check $board $1
|
||||
return $?;
|
||||
;;
|
||||
@@ -32,7 +33,8 @@ platform_pre_upgrade() {
|
||||
case "$board" in
|
||||
ap148 |\
|
||||
d7800 |\
|
||||
r7500)
|
||||
r7500 |\
|
||||
r7800)
|
||||
nand_do_upgrade "$1"
|
||||
;;
|
||||
ea8500)
|
||||
|
||||
Reference in New Issue
Block a user