From patchwork Wed Dec 28 22:14:34 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Drew from NixCore X-Patchwork-Id: 709424 X-Patchwork-Delegate: zajec5@gmail.com 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 3tpnCk5mPBz9sQw for ; Thu, 29 Dec 2016 09:17:22 +1100 (AEDT) Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (1024-bit key; unprotected) header.d=nixcores.com header.i=@nixcores.com header.b="Le1x9X2p"; dkim-atps=neutral Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.85_2 #1 (Red Hat Linux)) id 1cMMUv-00073d-Eu; Wed, 28 Dec 2016 22:15:01 +0000 Received: from sub5.mail.dreamhost.com ([208.113.200.129] helo=homiemail-a59.g.dreamhost.com) by bombadil.infradead.org with esmtps (Exim 4.85_2 #1 (Red Hat Linux)) id 1cMMUs-00070T-8A for lede-dev@lists.infradead.org; Wed, 28 Dec 2016 22:14:58 +0000 Received: from homiemail-a59.g.dreamhost.com (localhost [127.0.0.1]) by homiemail-a59.g.dreamhost.com (Postfix) with ESMTP id 2FEDA600323F for ; Wed, 28 Dec 2016 14:14:36 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=nixcores.com; h=to:from :subject:message-id:date:mime-version:content-type :content-transfer-encoding; s=nixcores.com; bh=7fdAa/IE0AH6D1K7e GX4CYB3XO4=; b=Le1x9X2pwD/U0cA3VKQSC5OSnjvsupn1cIJg+FMGrHnThSfLd 3wdpObZCUfnknkimN742w8lFDQhI6zwaHi+6LVeYx+89d4MC80e+e7MNGxH2MaR8 Gb22g6YAwo0WSlUMr2SCkysuxMD4bfboTa4IIiYkx6qwqxnLW72q0vcOpg= Received: from [10.36.10.6] (unknown [104.156.228.71]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: drew@nixcores.com) by homiemail-a59.g.dreamhost.com (Postfix) with ESMTPSA id 635A6600323D for ; Wed, 28 Dec 2016 14:14:35 -0800 (PST) To: lede-dev@lists.infradead.org From: Drew from NixCore Message-ID: Date: Wed, 28 Dec 2016 15:14:34 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.2.0 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20161228_141458_401469_37EF40D1 X-CRM114-Status: UNSURE ( 8.10 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -2.0 (--) X-Spam-Report: SpamAssassin version 3.4.0 on bombadil.infradead.org summary: Content analysis details: (-2.0 points) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at http://www.dnswl.org/, no trust [208.113.200.129 listed in list.dnswl.org] -0.0 RCVD_IN_MSPIKE_H2 RBL: Average reputation (+2) [208.113.200.129 listed in wl.mailspike.net] -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] -0.1 DKIM_VALID Message has at least one valid DKIM or DK signature -0.1 DKIM_VALID_AU Message has a valid DKIM or DK signature from author's domain 0.1 DKIM_SIGNED Message has a DKIM or DK signature, not necessarily valid Subject: [LEDE-DEV] ramips: Fixed NixCore profile TARGET_DEVICE 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 From 23b73de3aef72963c1f7989d5d49a4ec7553ee47 Mon Sep 17 00:00:00 2001 From: Drew Gaylo Date: Wed, 28 Dec 2016 15:09:24 -0700 Subject: [PATCH] Fixed define/ and TARGET_DEVICE issue for NixCore Signed-off-by: Drew Gaylo --- target/linux/ramips/image/rt305x.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) DTS := NIXCORE-16M @@ -548,7 +548,7 @@ define Device/nixcore-x1-16M DEVICE_TITLE := NixcoreX1 (16M) DEVICE_PACKAGES := kmod-usb-core kmod-usb-ohci kmod-usb2 kmod-i2c-core kmod-i2c-ralink kmod-spi-dev endef -TARGET_DEVICES += nixcore-16M +TARGET_DEVICES += nixcore-x1-16M define Device/nw718 DTS := NW718 diff --git a/target/linux/ramips/image/rt305x.mk b/target/linux/ramips/image/rt305x.mk index 2939104..529094d 100644 --- a/target/linux/ramips/image/rt305x.mk +++ b/target/linux/ramips/image/rt305x.mk @@ -540,7 +540,7 @@ define Device/nixcore-x1-8M DEVICE_TITLE := NixcoreX1 (8M) DEVICE_PACKAGES := kmod-usb-core kmod-usb-ohci kmod-usb2 kmod-i2c-core kmod-i2c-ralink kmod-spi-dev endef -TARGET_DEVICES += nixcore-8M +TARGET_DEVICES += nixcore-x1-8M define Device/nixcore-x1-16M