diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2011-11-07 20:25:00 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2011-11-07 20:25:00 +0000 |
commit | eb9ef60e2db1cf73f1edbc101851a59fc519f8a6 (patch) | |
tree | 5e014b68d81b8da13ef9cf6cd154e5bb0ec0e362 /target | |
parent | 8456840d8262f7e14e8085328e628023b1a688da (diff) | |
download | mtk-20170518-eb9ef60e2db1cf73f1edbc101851a59fc519f8a6.zip mtk-20170518-eb9ef60e2db1cf73f1edbc101851a59fc519f8a6.tar.gz mtk-20170518-eb9ef60e2db1cf73f1edbc101851a59fc519f8a6.tar.bz2 |
ar71xx: enable sysupgrade on the WHR-G301N and WHR-HP-GN boards
SVN-Revision: 28812
Diffstat (limited to 'target')
-rwxr-xr-x | target/linux/ar71xx/base-files/lib/upgrade/platform.sh | 2 |
1 files changed, 2 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 38dbedb..fd11366 100755 --- a/target/linux/ar71xx/base-files/lib/upgrade/platform.sh +++ b/target/linux/ar71xx/base-files/lib/upgrade/platform.sh @@ -99,7 +99,9 @@ platform_check_image() { rocket-m | \ wzr-hp-g300nh | \ wzr-hp-ag300h | \ + whr-g301n | \ whr-hp-g300n | \ + whr-hp-gn | \ nbg460n_550n_550nh | \ unifi ) [ "$magic" != "2705" ] && { |