diff options
author | Pavel Kubelun <be.dissent@gmail.com> | 2016-06-21 11:55:00 +0200 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2016-06-22 19:32:06 +0200 |
commit | 823242185b56ea518568296f1a5834f736f12076 (patch) | |
tree | 098f7b028cc2733e1e4a5a3951b0a3e427935364 /target/linux/ipq806x/base-files/lib/upgrade | |
parent | 9bf3ddcb2ae9cf48fba1e392ff57727f22a036bd (diff) | |
download | upstream-823242185b56ea518568296f1a5834f736f12076.tar.gz upstream-823242185b56ea518568296f1a5834f736f12076.tar.bz2 upstream-823242185b56ea518568296f1a5834f736f12076.zip |
ipq806x: add initial support for Netgear R7800
Signed-off-by: Pavel Kubelun <be.dissent@gmail.com>
Diffstat (limited to 'target/linux/ipq806x/base-files/lib/upgrade')
-rw-r--r-- | target/linux/ipq806x/base-files/lib/upgrade/platform.sh | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/target/linux/ipq806x/base-files/lib/upgrade/platform.sh b/target/linux/ipq806x/base-files/lib/upgrade/platform.sh index 2b6f61d7be..cfd7cd7ed6 100644 --- a/target/linux/ipq806x/base-files/lib/upgrade/platform.sh +++ b/target/linux/ipq806x/base-files/lib/upgrade/platform.sh @@ -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) |