[source] brcm63xx: fix invalid Asmax AR 1004g DTS reference
LEDE Commits
lede-commits at lists.infradead.org
Sat May 6 01:50:53 PDT 2017
mkresin pushed a commit to source.git, branch lede-17.01:
https://git.lede-project.org/d90ff22c8c4f9fb92487115d9c2bbdcaee2cab5f
commit d90ff22c8c4f9fb92487115d9c2bbdcaee2cab5f
Author: Marcin Jurkowski <marcin1j at gmail.com>
AuthorDate: Fri Apr 21 02:36:18 2017 +0200
brcm63xx: fix invalid Asmax AR 1004g DTS reference
Build profile for Asmax AR 1004g refers to an invalid DTS "rg100a". The
correct DTS for this device is "ar1004g".
Signed-off-by: Marcin Jurkowski <marcin1j at gmail.com>
---
target/linux/brcm63xx/image/bcm63xx.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/target/linux/brcm63xx/image/bcm63xx.mk b/target/linux/brcm63xx/image/bcm63xx.mk
index da3dbba..5047866 100644
--- a/target/linux/brcm63xx/image/bcm63xx.mk
+++ b/target/linux/brcm63xx/image/bcm63xx.mk
@@ -217,7 +217,7 @@ TARGET_DEVICES += RG100A
define Device/AR1004G
$(Device/bcm63xx)
DEVICE_TITLE := Asmax AR 1004g
- DEVICE_DTS := rg100a
+ DEVICE_DTS := ar1004g
CFE_BOARD_ID := 96348GW-10
CFE_CHIP_ID := 6348
DEVICE_PACKAGES := \
More information about the lede-commits
mailing list