summaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/base-files/lib
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2014-06-26 11:43:38 +0000
committerJohn Crispin <john@openwrt.org>2014-06-26 11:43:38 +0000
commitbaa534a8b7331541e6e522ba33b33476e3f67589 (patch)
treefd85ccd7b4fabb49c81794701a6115393595c4ee /target/linux/ar71xx/base-files/lib
parentd3be71e141c754ab5e1fbb2c14ce1876d931e6a3 (diff)
downloadmaster-31e0f0ae-baa534a8b7331541e6e522ba33b33476e3f67589.tar.gz
master-31e0f0ae-baa534a8b7331541e6e522ba33b33476e3f67589.tar.bz2
master-31e0f0ae-baa534a8b7331541e6e522ba33b33476e3f67589.zip
ar71xx: nbg6716: Enable procd nand sysupgrage
This enables the procd nand upgrade for ZyXEL NBG 6716. Also the ubi config is cleaned up to match the wndr4300. Signed-off-by: André Valentin <avalentin@marcant.net> SVN-Revision: 41346
Diffstat (limited to 'target/linux/ar71xx/base-files/lib')
-rwxr-xr-xtarget/linux/ar71xx/base-files/lib/upgrade/platform.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ar71xx/base-files/lib/upgrade/platform.sh b/target/linux/ar71xx/base-files/lib/upgrade/platform.sh
index 57803ccd9d..c98737436b 100755
--- a/target/linux/ar71xx/base-files/lib/upgrade/platform.sh
+++ b/target/linux/ar71xx/base-files/lib/upgrade/platform.sh
@@ -305,6 +305,7 @@ platform_check_image() {
}
return 0
;;
+ nbg6716 | \
wndr4300 )
nand_do_platform_check $board $1
return $?;