diff options
author | Luka Perkov <luka@openwrt.org> | 2015-04-29 13:52:34 +0000 |
---|---|---|
committer | Luka Perkov <luka@openwrt.org> | 2015-04-29 13:52:34 +0000 |
commit | cd419afd2c67d67d6cc235116a1e470aec1ab90f (patch) | |
tree | a234d465e3500d400e518cbd7357673d98864e2d /target/linux | |
parent | fc84123c2f91a016bb63a2656c94b615959c0560 (diff) | |
download | upstream-cd419afd2c67d67d6cc235116a1e470aec1ab90f.tar.gz upstream-cd419afd2c67d67d6cc235116a1e470aec1ab90f.tar.bz2 upstream-cd419afd2c67d67d6cc235116a1e470aec1ab90f.zip |
ar71xx: fix sysupgrade for compex-wpj344
Moved board to the right magic case.
Signed-off-by: Christian Mehlis <christian@m3hlis.de>
SVN-Revision: 45588
Diffstat (limited to 'target/linux')
-rwxr-xr-x | target/linux/ar71xx/base-files/lib/upgrade/platform.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ar71xx/base-files/lib/upgrade/platform.sh b/target/linux/ar71xx/base-files/lib/upgrade/platform.sh index a8cec916a2..b3c61ef539 100755 --- a/target/linux/ar71xx/base-files/lib/upgrade/platform.sh +++ b/target/linux/ar71xx/base-files/lib/upgrade/platform.sh @@ -184,7 +184,6 @@ platform_check_image() { db120 | \ f9k1115v2 |\ hornet-ub | \ - wpj344 | \ wpj558 | \ zcn-1523h-2 | \ zcn-1523h-5) @@ -229,6 +228,7 @@ platform_check_image() { nanostation-m-xw | \ rw2458n | \ wndap360 | \ + wpj344 | \ wzr-hp-g300nh2 | \ wzr-hp-g300nh | \ wzr-hp-g450h | \ |