From 7b1b957b7d6ea2c65cae9994ee12a45cf1756569 Mon Sep 17 00:00:00 2001 From: Astro Date: Thu, 13 Sep 2018 23:51:38 +0200 Subject: [PATCH] cpe: fix switch config for 1043NDv5 --- salt/cpe/ap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/salt/cpe/ap.sh b/salt/cpe/ap.sh index 1aea17f..e4a8378 100644 --- a/salt/cpe/ap.sh +++ b/salt/cpe/ap.sh @@ -204,7 +204,7 @@ set network.{{ net }}.proto=static set network.{{ net }}.ifname='eth0.{{ pillar['vlans'][net] }}' {%- endfor %} -{%- elif conf['model'] == 'TL-WR1043NDv4' %} +{%- elif conf['model'] == 'TL-WR1043NDv4' or conf['model'] == 'TL-WR1043NDv5' %} set network.@switch[0]=switch set network.@switch[0].reset=1 set network.@switch[0].enable=1