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/base-files/lib/ramips.sh | |
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/base-files/lib/ramips.sh')
-rwxr-xr-x | target/linux/ramips/base-files/lib/ramips.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/target/linux/ramips/base-files/lib/ramips.sh b/target/linux/ramips/base-files/lib/ramips.sh index 786aecb99b..a75f5208a3 100755 --- a/target/linux/ramips/base-files/lib/ramips.sh +++ b/target/linux/ramips/base-files/lib/ramips.sh @@ -400,6 +400,9 @@ ramips_board_detect() { *"PSG1218") name="psg1218" ;; + *"PSG1218K2C") + name="psg1218k2c" + ;; *"PSR-680W"*) name="psr-680w" ;; |