aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ipq806x/base-files/lib/upgrade/platform.sh
diff options
context:
space:
mode:
authorAlexis Green <agreen@cococorp.com>2016-08-19 13:56:24 -0700
committerAlexis Green <agreen@cococorp.com>2016-08-19 13:56:24 -0700
commit6320398fe1ba338ed9ac55bc84f9bd9e2f6a0112 (patch)
tree333695597aed9d926162083086dc910e250adf8e /target/linux/ipq806x/base-files/lib/upgrade/platform.sh
parent5163389b9c3b302a0d53df9a70294da5cbc08ada (diff)
downloadmaster-187ad058-6320398fe1ba338ed9ac55bc84f9bd9e2f6a0112.tar.gz
master-187ad058-6320398fe1ba338ed9ac55bc84f9bd9e2f6a0112.tar.bz2
master-187ad058-6320398fe1ba338ed9ac55bc84f9bd9e2f6a0112.zip
ipq806x: Build image for Netgear Nighthawk X4 7500v2
Signed-off-by: Alexis Green <alexis@cessp.it>
Diffstat (limited to 'target/linux/ipq806x/base-files/lib/upgrade/platform.sh')
-rw-r--r--target/linux/ipq806x/base-files/lib/upgrade/platform.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/ipq806x/base-files/lib/upgrade/platform.sh b/target/linux/ipq806x/base-files/lib/upgrade/platform.sh
index cfd7cd7ed6..7726abb91f 100644
--- a/target/linux/ipq806x/base-files/lib/upgrade/platform.sh
+++ b/target/linux/ipq806x/base-files/lib/upgrade/platform.sh
@@ -10,6 +10,7 @@ platform_check_image() {
d7800 |\
ea8500 |\
r7500 |\
+ r7500v2 |\
r7800)
nand_do_platform_check $board $1
return $?;
@@ -34,6 +35,7 @@ platform_pre_upgrade() {
ap148 |\
d7800 |\
r7500 |\
+ r7500v2 |\
r7800)
nand_do_upgrade "$1"
;;