diff options
| author | Shiji Yang | 2021-02-22 16:02:30 +0000 |
|---|---|---|
| committer | Adrian Schmutzler | 2021-02-22 17:49:57 +0000 |
| commit | 567a88e4b99f9e1b647588de0319357e688ce016 (patch) | |
| tree | 7c3d1dcbf217c1b31a303468b3a7cc97d3a977f3 | |
| parent | d4520d75a142db901d748c4f07e3ff72916bfa91 (diff) | |
| download | openwrt-567a88e4b99f9e1b647588de0319357e688ce016.tar.gz | |
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>
| -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" \ |