[LEDE-DEV] ramips: Fixed NixCore profile TARGET_DEVICE
Drew from NixCore
drew at nixcores.com
Wed Dec 28 14:14:34 PST 2016
From 23b73de3aef72963c1f7989d5d49a4ec7553ee47 Mon Sep 17 00:00:00 2001
From: Drew Gaylo <drew at 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 at nixcores.com>
---
target/linux/ramips/image/rt305x.mk | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
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
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
--
1.9.1
More information about the Lede-dev
mailing list