diff options
author | Daniel Golle <daniel@makrotopia.org> | 2017-04-21 14:51:58 +0200 |
---|---|---|
committer | Daniel Golle <daniel@makrotopia.org> | 2017-04-21 14:52:46 +0200 |
commit | f66e7cb30bcb7bc428a4613fce806fde83962c01 (patch) | |
tree | 0f36ee68ee9f20070a2a8ecff0cd2f3abfccc37a /target/linux | |
parent | 8ed5c6d3b1ee9f938b60e4f4e7bcbcdec52a8fba (diff) | |
download | upstream-f66e7cb30bcb7bc428a4613fce806fde83962c01.tar.gz upstream-f66e7cb30bcb7bc428a4613fce806fde83962c01.tar.bz2 upstream-f66e7cb30bcb7bc428a4613fce806fde83962c01.zip |
ramips: add former board names to PSG1218 variants
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/ramips/image/mt7620.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/ramips/image/mt7620.mk b/target/linux/ramips/image/mt7620.mk index dd88d5043e..83c9a7f0a0 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 |