diff options
author | Mirko Parthey <mirko.parthey@web.de> | 2019-01-30 01:24:36 +0100 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2019-01-30 13:31:43 +0100 |
commit | 555ca422d1cbc2db354c0ed03d1a79650f590859 (patch) | |
tree | 98bd1e7f78caaf0733a1aa40c1b99e832d0fdc61 /target/linux/ramips | |
parent | c3389ab135400fba0cb710d9c6c63df2f563d9d9 (diff) | |
download | upstream-555ca422d1cbc2db354c0ed03d1a79650f590859.tar.gz upstream-555ca422d1cbc2db354c0ed03d1a79650f590859.tar.bz2 upstream-555ca422d1cbc2db354c0ed03d1a79650f590859.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>
Diffstat (limited to 'target/linux/ramips')
-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 74938121a8..67f2b4998a 100755 --- a/target/linux/ramips/base-files/etc/board.d/02_network +++ b/target/linux/ramips/base-files/etc/board.d/02_network @@ -33,6 +33,7 @@ ramips_setup_interfaces() case $board in 11acnas|\ d-team,newifi-d2|\ + dir-615-h1|\ w2914nsv2|\ zbt-we2026) ucidef_add_switch "switch0" \ |