diff options
author | Daniel Golle <daniel@makrotopia.org> | 2017-04-21 00:53:03 +0200 |
---|---|---|
committer | Daniel Golle <daniel@makrotopia.org> | 2017-04-21 02:29:21 +0200 |
commit | c5a7dc49d11810838af9eafdddadf92a3b8218aa (patch) | |
tree | 5005a391872e71b6527e5f11a76f3a88d99d5d67 /target/linux/ramips/image/mt7620.mk | |
parent | 23d7c4d6324e553cd2e05e9b9751af380fd1ae56 (diff) | |
download | upstream-c5a7dc49d11810838af9eafdddadf92a3b8218aa.tar.gz upstream-c5a7dc49d11810838af9eafdddadf92a3b8218aa.tar.bz2 upstream-c5a7dc49d11810838af9eafdddadf92a3b8218aa.zip |
ramips: split Phicomm PSG1218 and PSG1218K2C
PSG1218 got only 4 Ethernet ports and WAN on port 3 while
PSG1218K2C got 5 Ethernet ports and WAN on port 4
Switch to use kmod-kt76x2 instead of kmod-mt76 for both devices while
at it.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
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 |