diff options
| author | Mirko Parthey | 2019-01-30 00:24:36 +0000 |
|---|---|---|
| committer | Jo-Philipp Wich | 2019-01-30 12:31:43 +0000 |
| commit | 555ca422d1cbc2db354c0ed03d1a79650f590859 (patch) | |
| tree | 98bd1e7f78caaf0733a1aa40c1b99e832d0fdc61 | |
| parent | c3389ab135400fba0cb710d9c6c63df2f563d9d9 (diff) | |
| download | openwrt-555ca422d1cbc2db354c0ed03d1a79650f590859.tar.gz | |
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>
| -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" \ |