diff options
author | Daniel Golle <daniel@makrotopia.org> | 2017-04-21 02:47:44 +0200 |
---|---|---|
committer | Daniel Golle <daniel@makrotopia.org> | 2017-04-21 02:55:36 +0200 |
commit | c6fe325587b1955f84c339a2ae17da28dc4e6bec (patch) | |
tree | 88059beb3757ef80b2e4c9002c8e468feb1a9fc7 /target/linux/ramips/image | |
parent | c5a7dc49d11810838af9eafdddadf92a3b8218aa (diff) | |
download | upstream-c6fe325587b1955f84c339a2ae17da28dc4e6bec.tar.gz upstream-c6fe325587b1955f84c339a2ae17da28dc4e6bec.tar.bz2 upstream-c6fe325587b1955f84c339a2ae17da28dc4e6bec.zip |
ramips: rename PSG1218 to match label
Fix previous commit to be less ambigous:
PSG1218 rev.A = 5 ports, external PA, heatsinks
PSG1218 rev.B = 4 ports, internal PA, no heatsinks
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Diffstat (limited to 'target/linux/ramips/image')
-rw-r--r-- | target/linux/ramips/image/mt7620.mk | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/target/linux/ramips/image/mt7620.mk b/target/linux/ramips/image/mt7620.mk index 63d5a7c00a..fcecb7a1c8 100644 --- a/target/linux/ramips/image/mt7620.mk +++ b/target/linux/ramips/image/mt7620.mk @@ -322,19 +322,19 @@ define Device/psg1208 endef TARGET_DEVICES += psg1208 -define Device/psg1218 - DTS := PSG1218 - DEVICE_TITLE := Phicomm PSG1218 +define Device/psg1218a + DTS := PSG1218A + DEVICE_TITLE := Phicomm PSG1218 rev.Ax DEVICE_PACKAGES := kmod-mt76x2 endef -TARGET_DEVICES += psg1218 +TARGET_DEVICES += psg1218a -define Device/psg1218k2c - DTS := PSG1218K2C - DEVICE_TITLE := Phicomm PSG1218K2C +define Device/psg1218b + DTS := PSG1218B + DEVICE_TITLE := Phicomm PSG1218 rev.Bx DEVICE_PACKAGES := kmod-mt76x2 endef -TARGET_DEVICES += psg1218k2c +TARGET_DEVICES += psg1218b define Device/rp-n53 DTS := RP-N53 |