From patchwork Fri Jun 19 07:04:52 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "L. D. Pinney" X-Patchwork-Id: 486587 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.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id A9E9C1401AB for ; Fri, 19 Jun 2015 17:06:10 +1000 (AEST) Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=gmail.com header.i=@gmail.com header.b=dKDWDZ9H; dkim-atps=neutral Received: from arrakis.dune.hu (localhost [127.0.0.1]) by arrakis.dune.hu (Postfix) with ESMTP id 0B28C28043C; Fri, 19 Jun 2015 09:05:57 +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,FREEMAIL_FROM, T_DKIM_INVALID autolearn=unavailable version=3.3.2 Received: from arrakis.dune.hu (localhost [127.0.0.1]) by arrakis.dune.hu (Postfix) with ESMTP id 16B5728013B for ; Fri, 19 Jun 2015 09:05:51 +0200 (CEST) X-policyd-weight: NOT_IN_SBL_XBL_SPAMHAUS=-1.5 NOT_IN_SPAMCOP=-1.5 NOT_IN_BL_NJABL=-1.5 CL_IP_EQ_HELO_IP=-2 (check from: .gmail. - helo: .mail-oi0-f52.google. - helo-domain: .google.) FROM/MX_MATCHES_HELO(DOMAIN)=-2; rate: -8.5 Received: from mail-oi0-f52.google.com (mail-oi0-f52.google.com [209.85.218.52]) by arrakis.dune.hu (Postfix) with ESMTPS for ; Fri, 19 Jun 2015 09:05:50 +0200 (CEST) Received: by oigx81 with SMTP id x81so74126961oig.1 for ; Fri, 19 Jun 2015 00:05:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id; bh=5bQJFBR3lCuO5UcdXCALpJSe2xuf7q5v7YHtjF9dGPQ=; b=dKDWDZ9Hwpv1lTMqahmzmfvN3ZXvBzl5BBlmHyOO0HoOgXHZpUDOm1bKldIJG5oBcB jhlICc0e1dmaKCG6mm4bOncvkyyI+v8+vAriDt9wnMgwTCPDo1faOks2vTdwlHqm5DoJ tcCuh8zb1cFUAsJxyCDl3OhNpeG7qBFI9pjoTnQ5vD1XzmZnsC3xh22PUgcDbefea7iy CuTuG1y8MT2ehpxNekkxRDBpQmuAkouRHSY5j0uY2P8+SleIeMNeNW424MlmZ/C2i0Jf bGg3FTsf2x7SHmJ1WSAKIN2eS2ZWT/339UQn0KeEhhtPB7QVzeeXu09uO+mO68LhTgIk JJDg== X-Received: by 10.202.81.151 with SMTP id f145mr9338704oib.29.1434697554009; Fri, 19 Jun 2015 00:05:54 -0700 (PDT) Received: from black.lan (ip70-185-197-240.ok.ok.cox.net. [70.185.197.240]) by mx.google.com with ESMTPSA id c3sm5254356obo.5.2015.06.19.00.05.51 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Fri, 19 Jun 2015 00:05:53 -0700 (PDT) From: "L. D. Pinney" To: OpenWrt Development List Date: Fri, 19 Jun 2015 02:04:52 -0500 Message-Id: <1434697492-6923-1-git-send-email-ldpinney@gmail.com> X-Mailer: git-send-email 2.1.4 Subject: [OpenWrt-Devel] [PATCH] ar71xx: Enable sysupgrade on the Bitmain Antminer S1 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" This patch enables sysupgrade for the Bitmain Antminer S1 Signed-off-by: L. D. Pinney --- target/linux/ar71xx/base-files/lib/upgrade/platform.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/target/linux/ar71xx/base-files/lib/upgrade/platform.sh b/target/linux/ar71xx/base-files/lib/upgrade/platform.sh index 0f3ea9c..79e52fc 100755 --- a/target/linux/ar71xx/base-files/lib/upgrade/platform.sh +++ b/target/linux/ar71xx/base-files/lib/upgrade/platform.sh @@ -300,6 +300,7 @@ platform_check_image() { return 1 ;; + antminer-s1 | \ archer-c5 | \ archer-c7 | \ el-m150 | \