diff options
author | Shiji Yang <yangshiji66@qq.com> | 2021-02-23 00:02:30 +0800 |
---|---|---|
committer | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2021-02-22 18:49:57 +0100 |
commit | 567a88e4b99f9e1b647588de0319357e688ce016 (patch) | |
tree | 7c3d1dcbf217c1b31a303468b3a7cc97d3a977f3 /target/linux/ramips/mt7620/base-files | |
parent | d4520d75a142db901d748c4f07e3ff72916bfa91 (diff) | |
download | upstream-567a88e4b99f9e1b647588de0319357e688ce016.tar.gz upstream-567a88e4b99f9e1b647588de0319357e688ce016.tar.bz2 upstream-567a88e4b99f9e1b647588de0319357e688ce016.zip |
ramips: fix Phicomm PSG1218A switch port labels
The lan port sequence was reversed compared to the labels.
Signed-off-by: Shiji Yang <yangshiji66@qq.com>
[improve commit title/message]
Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
Diffstat (limited to 'target/linux/ramips/mt7620/base-files')
-rwxr-xr-x | target/linux/ramips/mt7620/base-files/etc/board.d/02_network | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ramips/mt7620/base-files/etc/board.d/02_network b/target/linux/ramips/mt7620/base-files/etc/board.d/02_network index 83ada20eb5..e614de5010 100755 --- a/target/linux/ramips/mt7620/base-files/etc/board.d/02_network +++ b/target/linux/ramips/mt7620/base-files/etc/board.d/02_network @@ -18,7 +18,6 @@ ramips_setup_interfaces() dovado,tiny-ac|\ ohyeah,oy-0001|\ phicomm,psg1208|\ - phicomm,psg1218a|\ planex,db-wrt01|\ planex,mzk-750dhp|\ ralink,mt7620a-evb|\ @@ -110,6 +109,7 @@ ramips_setup_interfaces() ;; dlink,dir-810l|\ netgear,jwnr2010-v5|\ + phicomm,psg1218a|\ trendnet,tew-810dr|\ zbtlink,zbt-we2026) ucidef_add_switch "switch0" \ |