diff options
author | Mirko Parthey <mirko.parthey@web.de> | 2019-09-07 17:06:50 +0200 |
---|---|---|
committer | Chuanhong Guo <gch981213@gmail.com> | 2019-09-09 21:11:18 +0800 |
commit | 2a22e41fe44c85253dcc2a5e927e54e716fd1e7c (patch) | |
tree | a9079f378374e67dce6422740ffaaf023cb9f13c /target/linux | |
parent | f9dec32be74404aa6014a285af82b6857cdc4f91 (diff) | |
download | upstream-2a22e41fe44c85253dcc2a5e927e54e716fd1e7c.tar.gz upstream-2a22e41fe44c85253dcc2a5e927e54e716fd1e7c.tar.bz2 upstream-2a22e41fe44c85253dcc2a5e927e54e716fd1e7c.zip |
ramips: fix D-Link DIR-615 H1 switch port mapping
Reuse a device-specific switch port mapping which also applies to the
D-Link DIR-615 H1.
Signed-off-by: Mirko Parthey <mirko.parthey@web.de>
[cherry-pick/rebase]
Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
(cherry picked from commit 555ca422d1cbc2db354c0ed03d1a79650f590859)
Diffstat (limited to 'target/linux')
-rwxr-xr-x | target/linux/ramips/base-files/etc/board.d/02_network | 1 |
1 files changed, 1 insertions, 0 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 7a765a9a95..01bad990a9 100755 --- a/target/linux/ramips/base-files/etc/board.d/02_network +++ b/target/linux/ramips/base-files/etc/board.d/02_network @@ -32,6 +32,7 @@ ramips_setup_interfaces() case $board in 11acnas|\ + dir-615-h1|\ w2914nsv2|\ zbt-we2026) ucidef_add_switch "switch0" \ |