diff options
author | John Crispin <blogic@openwrt.org> | 2014-07-21 18:41:52 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2014-07-21 18:41:52 +0000 |
commit | 79ad829c0f7fe359fc821e8707177e95eaaf5ccc (patch) | |
tree | b089c81b54037ec8a409d665acb9166b4e25afed /target/linux/ar71xx/base-files/lib/upgrade | |
parent | 6a9576ca750cbc4f0621b55927e84de8b35d11d9 (diff) | |
download | upstream-79ad829c0f7fe359fc821e8707177e95eaaf5ccc.tar.gz upstream-79ad829c0f7fe359fc821e8707177e95eaaf5ccc.tar.bz2 upstream-79ad829c0f7fe359fc821e8707177e95eaaf5ccc.zip |
ar71xx: split wndr4300 and wndr3700v4 into 2 seperate mips machines
Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@41788 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar71xx/base-files/lib/upgrade')
-rwxr-xr-x | target/linux/ar71xx/base-files/lib/upgrade/platform.sh | 1 |
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 17103ab5ec..de831b2eae 100755 --- a/target/linux/ar71xx/base-files/lib/upgrade/platform.sh +++ b/target/linux/ar71xx/base-files/lib/upgrade/platform.sh @@ -345,6 +345,7 @@ platform_check_image() { return 0 ;; nbg6716 | \ + wndr3700v4 | \ wndr4300 ) nand_do_platform_check $board $1 return $?; |