diff options
author | David Yang <mmyangfl@gmail.com> | 2018-10-26 17:21:58 +0800 |
---|---|---|
committer | Mathias Kresin <dev@kresin.me> | 2018-11-28 01:11:38 +0100 |
commit | 824b580079622e8e98b2fda18926f8f2b67a2c22 (patch) | |
tree | 0a6d8c3aa42f681c764b7c7e6bb04bbf91ff3e00 /target/linux | |
parent | cb6a8aa584a2be62aeac9b5b1573303d5615c672 (diff) | |
download | upstream-824b580079622e8e98b2fda18926f8f2b67a2c22.tar.gz upstream-824b580079622e8e98b2fda18926f8f2b67a2c22.tar.bz2 upstream-824b580079622e8e98b2fda18926f8f2b67a2c22.zip |
ramips: fix switch port order for HuaWei HG255D
The order of port marks and LEDs is reversed according to the board.
Signed-off-by: David Yang <mmyangfl@gmail.com>
Diffstat (limited to 'target/linux')
-rwxr-xr-x | target/linux/ramips/base-files/etc/board.d/02_network | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ramips/base-files/etc/board.d/02_network b/target/linux/ramips/base-files/etc/board.d/02_network index ff8a0db6f3..0d8855c324 100755 --- a/target/linux/ramips/base-files/etc/board.d/02_network +++ b/target/linux/ramips/base-files/etc/board.d/02_network @@ -206,7 +206,6 @@ ramips_setup_interfaces() gl-mt300a|\ gl-mt300n|\ gl-mt750|\ - hg255d|\ hiwifi,hc5861b|\ jhr-n805r|\ jhr-n825r|\ @@ -245,6 +244,7 @@ ramips_setup_interfaces() elecom,wrc-1167ghbk2-s|\ elecom,wrc-2533gst|\ elecom,wrc-1900gst|\ + hg255d|\ iodata,wn-ax1167gr|\ iodata,wn-gx300gr) ucidef_add_switch "switch0" \ |