From patchwork Thu Jun 4 09:06:08 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kejia Hu X-Patchwork-Id: 480564 X-Patchwork-Delegate: jogo@openwrt.org 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 968D11401DE for ; Thu, 4 Jun 2015 19:07:18 +1000 (AEST) Received: from arrakis.dune.hu (localhost [127.0.0.1]) by arrakis.dune.hu (Postfix) with ESMTP id 6555628C0B5; Thu, 4 Jun 2015 11:05:01 +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, T_RP_MATCHES_RCVD autolearn=unavailable version=3.3.2 Received: from arrakis.dune.hu (localhost [127.0.0.1]) by arrakis.dune.hu (Postfix) with ESMTP id 43C5328C0A4 for ; Thu, 4 Jun 2015 11:04:48 +0200 (CEST) X-policyd-weight: using cached result; rate: -8.5 Received: from ducie-dc1.codethink.co.uk (ducie-dc1.codethink.co.uk [185.25.241.215]) by arrakis.dune.hu (Postfix) with ESMTPS for ; Thu, 4 Jun 2015 11:04:48 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by ducie-dc1.codethink.co.uk (Postfix) with ESMTP id 3C499460C36; Thu, 4 Jun 2015 10:06:22 +0100 (BST) X-Virus-Scanned: Debian amavisd-new at ducie-dc1.codethink.co.uk Received: from ducie-dc1.codethink.co.uk ([127.0.0.1]) by localhost (ducie-dc1.codethink.co.uk [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id lvznHHdm8wB5; Thu, 4 Jun 2015 10:06:20 +0100 (BST) Received: from localhost.localdomain (unknown [172.16.20.64]) by ducie-dc1.codethink.co.uk (Postfix) with ESMTPA id ED1544607A2; Thu, 4 Jun 2015 10:06:19 +0100 (BST) From: "Kejia Hu (Terry)" To: openwrt-devel@lists.openwrt.org Date: Thu, 4 Jun 2015 10:06:08 +0100 Message-Id: <1433408768-16580-2-git-send-email-kejia.hu@codethink.co.uk> X-Mailer: git-send-email 2.1.4 In-Reply-To: <1433408768-16580-1-git-send-email-kejia.hu@codethink.co.uk> References: <1433408768-16580-1-git-send-email-kejia.hu@codethink.co.uk> Subject: [OpenWrt-Devel] [PATCH] Add tg582n to the list of do_fixtrx. 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" From: Kejia Hu This will update CRC after rootfs has been changed, thus aovid bootloader's CRC verification failure. --- target/linux/brcm63xx/base-files/etc/uci-defaults/09_fix_crc | 1 + 1 file changed, 1 insertion(+) diff --git a/target/linux/brcm63xx/base-files/etc/uci-defaults/09_fix_crc b/target/linux/brcm63xx/base-files/etc/uci-defaults/09_fix_crc index 4a167dc..0648adb 100644 --- a/target/linux/brcm63xx/base-files/etc/uci-defaults/09_fix_crc +++ b/target/linux/brcm63xx/base-files/etc/uci-defaults/09_fix_crc @@ -26,6 +26,7 @@ case "$(brcm63xx_board_name)" in rta770bw |\ rta770w |\ spw303v |\ + tg582n |\ v2110 |\ v2500v_bb |\ vr-3025u |\