diff mbox

[LEDE-DEV] ramips: Fixed NixCore profile TARGET_DEVICE

Message ID cddcb326-f36d-ce4e-413e-4dcbb8cf24c7@nixcores.com
State Not Applicable
Delegated to: Rafał Miłecki
Headers show

Commit Message

Drew from NixCore Dec. 28, 2016, 10:14 p.m. UTC
From 23b73de3aef72963c1f7989d5d49a4ec7553ee47 Mon Sep 17 00:00:00 2001
From: Drew Gaylo <drew@nixcores.com>
Date: Wed, 28 Dec 2016 15:09:24 -0700
Subject: [PATCH] Fixed define/ and TARGET_DEVICE issue for NixCore

Signed-off-by: Drew Gaylo <drew@nixcores.com>

---
  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

Comments

Rafał Miłecki Dec. 28, 2016, 10:23 p.m. UTC | #1
On 28 December 2016 at 23:14, Drew from NixCore <drew@nixcores.com> wrote:
> From 23b73de3aef72963c1f7989d5d49a4ec7553ee47 Mon Sep 17 00:00:00 2001
> From: Drew Gaylo <drew@nixcores.com>
> Date: Wed, 28 Dec 2016 15:09:24 -0700
> Subject: [PATCH] Fixed define/ and TARGET_DEVICE issue for NixCore
>
> Signed-off-by: Drew Gaylo <drew@nixcores.com>

Already fixed in
https://git.lede-project.org/?p=source.git;a=commitdiff;h=939ef157da1bb88a99453a59d0ae5bc2c7779aa5

Thanks for the report though!
diff mbox

Patch

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