From patchwork Wed Aug 5 18:30:09 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Piotr Dymacz X-Patchwork-Id: 504172 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 E6DB31402C2 for ; Thu, 6 Aug 2015 04:38:25 +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=hF4Jg4ap; dkim-atps=neutral Received: from arrakis.dune.hu (localhost [127.0.0.1]) by arrakis.dune.hu (Postfix) with ESMTP id 49E7528C0F2; Wed, 5 Aug 2015 20:33:16 +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 82A862845FE for ; Wed, 5 Aug 2015 20:30:45 +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-lb0-f172.google. - helo-domain: .google.) FROM/MX_MATCHES_HELO(DOMAIN)=-2; rate: -8.5 Received: from mail-lb0-f172.google.com (mail-lb0-f172.google.com [209.85.217.172]) by arrakis.dune.hu (Postfix) with ESMTPS for ; Wed, 5 Aug 2015 20:30:25 +0200 (CEST) Received: by lbbpo9 with SMTP id po9so29660212lbb.2 for ; Wed, 05 Aug 2015 11:30:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:subject:date:message-id:in-reply-to:references; bh=rcUwR8OYWYw4x7DZYQgWa5VXkrEINqbxkXhDCU/Uq/8=; b=hF4Jg4ap7lXWsKuTDAQqa5ZpXJfcVlEsQ3ikWWWwHHbr2UZTaNfjFUajjI0VdSCS8i /yATfcp6ve3mWyS4g2BJQyhB7SPIzJpgG4z/EUswGZfEEwbsSW6p3ZPUOjbS1XbcJzAe vIX9Cr2ayf6E3pIopFt0ligEsS6ztsFCCTX1YLOGePy9xTWeU5TSK7VrPiNQ7X52UQiw vtJ5BYfX7baBUCVcuY/j6ypoFnLnjIdgvT83L0E9lfYZTk31/S+E8wdcs90dtFf12l+N EOp5gnhvXp1C7BjvD/DZTYZfcJo3D/9gylejW3t/J0n7+LCvQPnVG7Rz8167KIuqfLeu 08uw== X-Received: by 10.112.157.36 with SMTP id wj4mr10485119lbb.115.1438799458657; Wed, 05 Aug 2015 11:30:58 -0700 (PDT) Received: from ubuntu1404vm.lan (178235196055.warszawa.vectranet.pl. [178.235.196.55]) by smtp.gmail.com with ESMTPSA id ao8sm726686lac.38.2015.08.05.11.30.57 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Wed, 05 Aug 2015 11:30:57 -0700 (PDT) From: Piotr Dymacz To: openwrt-devel@lists.openwrt.org Date: Wed, 5 Aug 2015 20:30:09 +0200 Message-Id: <1438799426-24409-9-git-send-email-pepe2k@gmail.com> X-Mailer: git-send-email 2.4.6 In-Reply-To: <1438799426-24409-1-git-send-email-pepe2k@gmail.com> References: <1438799426-24409-1-git-send-email-pepe2k@gmail.com> Subject: [OpenWrt-Devel] [PATCH v2 08/25] ramips: fix Belkin F7C027 image name 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 removes manufacturer from Belkin F7C027 image name ("belkinf7c027" -> "f7c027"). Signed-off-by: Piotr Dymacz --- target/linux/ramips/image/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/ramips/image/Makefile b/target/linux/ramips/image/Makefile index 5e749e6..c8c60b0 100644 --- a/target/linux/ramips/image/Makefile +++ b/target/linux/ramips/image/Makefile @@ -525,7 +525,7 @@ Image/Build/Profile/F5D8235V2=$(call BuildFirmware/CustomFlash/$(1),$(1),f5d8235 # 0x770000 belkin_f7c027_mtd_size=7798784 -Image/Build/Profile/F7C027=$(call BuildFirmware/CustomFlash/$(1),$(1),belkinf7c027,F7C027,$(belkin_f7c027_mtd_size)) +Image/Build/Profile/F7C027=$(call BuildFirmware/CustomFlash/$(1),$(1),f7c027,F7C027,$(belkin_f7c027_mtd_size)) Image/Build/Profile/FONERA20N=$(call BuildFirmware/Edimax/$(1),$(1),fonera20n,FONERA20N,$(ralink_default_fw_size_8M),RSDK,NL1T,0x50000,0xc0000)