[source] ramips: add former board names to PSG1218 variants
LEDE Commits
lede-commits at lists.infradead.org
Fri Apr 21 05:53:00 PDT 2017
dangole pushed a commit to source.git, branch master:
https://git.lede-project.org/f66e7cb30bcb7bc428a4613fce806fde83962c01
commit f66e7cb30bcb7bc428a4613fce806fde83962c01
Author: Daniel Golle <daniel at makrotopia.org>
AuthorDate: Fri Apr 21 14:51:58 2017 +0200
ramips: add former board names to PSG1218 variants
Signed-off-by: Daniel Golle <daniel at makrotopia.org>
---
target/linux/ramips/image/mt7620.mk | 2 ++
1 file changed, 2 insertions(+)
diff --git a/target/linux/ramips/image/mt7620.mk b/target/linux/ramips/image/mt7620.mk
index dd88d50..83c9a7f 100644
--- a/target/linux/ramips/image/mt7620.mk
+++ b/target/linux/ramips/image/mt7620.mk
@@ -326,6 +326,7 @@ define Device/psg1218a
DTS := PSG1218A
DEVICE_TITLE := Phicomm PSG1218 rev.Ax
DEVICE_PACKAGES := kmod-mt76x2
+ SUPPORTED_DEVICES += psg1218
endef
TARGET_DEVICES += psg1218a
@@ -333,6 +334,7 @@ define Device/psg1218b
DTS := PSG1218B
DEVICE_TITLE := Phicomm PSG1218 rev.Bx
DEVICE_PACKAGES := kmod-mt76x2
+ SUPPORTED_DEVICES += psg1218
endef
TARGET_DEVICES += psg1218b
More information about the lede-commits
mailing list