diff options
author | John Crispin <john@openwrt.org> | 2016-01-19 10:16:20 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2016-01-19 10:16:20 +0000 |
commit | 9df952742dd8002ffc4297a2600cd60bd07130dd (patch) | |
tree | 18c3e2dd6268cc66e8a39bc404d2a4553dfcfb39 /target/linux | |
parent | 9d4e076966c97bd5ef7610650f4776857e457ac6 (diff) | |
download | upstream-9df952742dd8002ffc4297a2600cd60bd07130dd.tar.gz upstream-9df952742dd8002ffc4297a2600cd60bd07130dd.tar.bz2 upstream-9df952742dd8002ffc4297a2600cd60bd07130dd.zip |
ar71xx: board.d: fix switch defaults on dLAN pro 1200+ WiFi ac
transparent for vlans as originally committed
Signed-off-by: Günther Kelleter <guenther.kelleter@devolo.de>
SVN-Revision: 48358
Diffstat (limited to 'target/linux')
-rwxr-xr-x | target/linux/ar71xx/base-files/etc/board.d/02_network | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/target/linux/ar71xx/base-files/etc/board.d/02_network b/target/linux/ar71xx/base-files/etc/board.d/02_network index 944ced3a16..51a1b64507 100755 --- a/target/linux/ar71xx/base-files/etc/board.d/02_network +++ b/target/linux/ar71xx/base-files/etc/board.d/02_network @@ -310,10 +310,9 @@ dlan-pro-500-wp) dlan-pro-1200-ac) ucidef_set_interface_lan "eth0" - ucidef_add_switch "switch0" - ucidef_add_switch_attr "switch0" "reset" "false" - ucidef_add_switch_ports "switch0" \ + ucidef_add_switch "switch0" \ "0@eth0" "2:lan" "3:lan" "4:lan" + ucidef_add_switch_attr "switch0" "enable" "false" ;; all0305 |\ |