diff options
Diffstat (limited to 'target/linux/ramips/image/mt7620.mk')
-rw-r--r-- | target/linux/ramips/image/mt7620.mk | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/target/linux/ramips/image/mt7620.mk b/target/linux/ramips/image/mt7620.mk index 016e5acc59..63d5a7c00a 100644 --- a/target/linux/ramips/image/mt7620.mk +++ b/target/linux/ramips/image/mt7620.mk @@ -325,10 +325,17 @@ TARGET_DEVICES += psg1208 define Device/psg1218 DTS := PSG1218 DEVICE_TITLE := Phicomm PSG1218 - DEVICE_PACKAGES := kmod-mt76 + DEVICE_PACKAGES := kmod-mt76x2 endef TARGET_DEVICES += psg1218 +define Device/psg1218k2c + DTS := PSG1218K2C + DEVICE_TITLE := Phicomm PSG1218K2C + DEVICE_PACKAGES := kmod-mt76x2 +endef +TARGET_DEVICES += psg1218k2c + define Device/rp-n53 DTS := RP-N53 DEVICE_TITLE := Asus RP-N53 |