From patchwork Wed May 18 01:47:14 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gerhard Bertelsmann X-Patchwork-Id: 623353 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2001:1868:205::9]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3r8cZ7591Bz9vKW for ; Wed, 18 May 2016 11:49:19 +1000 (AEST) Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1b2qaL-0001z6-3R; Wed, 18 May 2016 01:47:41 +0000 Received: from mail.rdts.de ([195.243.153.28]) by bombadil.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1b2qaI-0001yd-Qj for lede-dev@lists.infradead.org; Wed, 18 May 2016 01:47:40 +0000 Received: from webmail.rdts.de (php1.rdts.de [82.223.13.20]) by mail.rdts.de (Postfix) with ESMTPSA id 946D5A4095; Wed, 18 May 2016 03:47:14 +0200 (CEST) MIME-Version: 1.0 Date: Wed, 18 May 2016 03:47:14 +0200 From: Gerhard Bertelsmann To: lede-dev@lists.infradead.org, openwrt-devel@lists.openwrt.org Message-ID: <537ec392b5a20ecc8522ecb474f79eb8@mail.rdts.de> X-Sender: info@gerhard-bertelsmann.de User-Agent: Roundcube Webmail/1.1.2 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20160517_184739_060538_3AE16216 X-CRM114-Status: UNSURE ( 3.80 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -1.9 (-) X-Spam-Report: SpamAssassin version 3.4.0 on bombadil.infradead.org summary: Content analysis details: (-1.9 points) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at http://www.dnswl.org/, no trust [195.243.153.28 listed in list.dnswl.org] -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] Subject: [LEDE-DEV] [PATCH] ramips: fix 8M WT3020 image creation X-BeenThere: lede-dev@lists.infradead.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "Lede-dev" Errors-To: lede-dev-bounces+incoming=patchwork.ozlabs.org@lists.infradead.org fix image size for 8M version : 4M -> 8M Signed-off-by: Gerhard Bertelsmann --- target/linux/ramips/image/mt7620.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) endef TARGET_DEVICES += wt3020-8M diff --git a/target/linux/ramips/image/mt7620.mk b/target/linux/ramips/image/mt7620.mk index 862f016..f236ba5 100644 --- a/target/linux/ramips/image/mt7620.mk +++ b/target/linux/ramips/image/mt7620.mk @@ -77,7 +77,7 @@ define Device/wt3020-8M DTS := WT3020-8M IMAGE_SIZE := $(ralink_default_fw_size_8M) IMAGES += factory.bin - IMAGE/factory.bin := $$(IMAGE/sysupgrade.bin) | poray-header -B WT3020 -F 4M + IMAGE/factory.bin := $$(IMAGE/sysupgrade.bin) | poray-header -B WT3020 -F 8M DEVICE_TITLE := Nexx WT3020 (8MB)