diff options
author | John Crispin <blogic@openwrt.org> | 2014-06-02 14:45:17 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2014-06-02 14:45:17 +0000 |
commit | a2bf8ca2a728043d5d710f42d5def976e7f508bb (patch) | |
tree | 836fc89b26d952bc722990d4391e8b68b365a8fd /target/linux | |
parent | 7b35f478961c9b7ed4eececdebfaffd76f6b274c (diff) | |
download | upstream-a2bf8ca2a728043d5d710f42d5def976e7f508bb.tar.gz upstream-a2bf8ca2a728043d5d710f42d5def976e7f508bb.tar.bz2 upstream-a2bf8ca2a728043d5d710f42d5def976e7f508bb.zip |
ar71xx: enable sysupgrade on wnr2000-v3
tested, works.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40970 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux')
-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 9315ac0134..7475f9f4cc 100755 --- a/target/linux/ar71xx/base-files/lib/upgrade/platform.sh +++ b/target/linux/ar71xx/base-files/lib/upgrade/platform.sh @@ -293,6 +293,7 @@ platform_check_image() { return 0 ;; wndr3700 | \ + wnr2000-v3 | \ wnr612-v2) local hw_magic |