From patchwork Wed Apr 29 12:10:14 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Christian Mehlis X-Patchwork-Id: 465985 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from arrakis.dune.hu (arrakis.dune.hu [78.24.191.176]) (using TLSv1.1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 71D8D1402BC for ; Wed, 29 Apr 2015 22:11:35 +1000 (AEST) Received: from arrakis.dune.hu (localhost [127.0.0.1]) by arrakis.dune.hu (Postfix) with ESMTP id 9267828BC07; Wed, 29 Apr 2015 14:10:17 +0200 (CEST) X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on arrakis.dune.hu X-Spam-Level: X-Spam-Status: No, score=-1.5 required=5.0 tests=BAYES_00 autolearn=unavailable version=3.3.2 Received: from arrakis.dune.hu (localhost [127.0.0.1]) by arrakis.dune.hu (Postfix) with ESMTP id A236928BC07 for ; Wed, 29 Apr 2015 14:10:03 +0200 (CEST) X-policyd-weight: using cached result; rate:hard: -7.6 Received: from phoenix.uberspace.de (phoenix.uberspace.de [95.143.172.135]) by arrakis.dune.hu (Postfix) with ESMTPS for ; Wed, 29 Apr 2015 14:10:03 +0200 (CEST) Received: (qmail 16389 invoked from network); 29 Apr 2015 12:11:07 -0000 Received: from localhost (HELO localhost.localdomain) (127.0.0.1) by phoenix.uberspace.de with SMTP; 29 Apr 2015 12:11:07 -0000 From: Christian Mehlis To: openwrt-devel@lists.openwrt.org Date: Wed, 29 Apr 2015 14:10:14 +0200 Message-Id: <1430309414-3704-1-git-send-email-christian@m3hlis.de> X-Mailer: git-send-email 2.3.4.263.gf53fc38 Subject: [OpenWrt-Devel] [PATCH] ar71xx: fix sysupgrade for compex-wpj344 X-BeenThere: openwrt-devel@lists.openwrt.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: OpenWrt Development List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: openwrt-devel-bounces@lists.openwrt.org Sender: "openwrt-devel" Moved board to the right magic case. Signed-off-by: Christian Mehlis --- target/linux/ar71xx/base-files/lib/upgrade/platform.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/ar71xx/base-files/lib/upgrade/platform.sh b/target/linux/ar71xx/base-files/lib/upgrade/platform.sh index a8cec91..b3c61ef 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 | \