mirror of https://github.com/hak5/openwrt-owl.git
base-files: config_generate: do not remove previously generated interfaces
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 47647owl
parent
63c2111e86
commit
97baeb2fa4
|
@ -183,7 +183,6 @@ calculate_switch_vlans() {
|
||||||
;; esac
|
;; esac
|
||||||
|
|
||||||
uci -q batch <<-EOF
|
uci -q batch <<-EOF
|
||||||
delete network.$role
|
|
||||||
set network.$role='interface'
|
set network.$role='interface'
|
||||||
set network.$role.ifname='$device'
|
set network.$role.ifname='$device'
|
||||||
EOF
|
EOF
|
||||||
|
@ -199,7 +198,6 @@ calculate_switch_vlans() {
|
||||||
;;
|
;;
|
||||||
wan) uci -q batch <<-EOF
|
wan) uci -q batch <<-EOF
|
||||||
set network.wan.proto='dhcp'
|
set network.wan.proto='dhcp'
|
||||||
delete network.wan6
|
|
||||||
set network.wan6='interface'
|
set network.wan6='interface'
|
||||||
set network.wan6.ifname='$device'
|
set network.wan6.ifname='$device'
|
||||||
set network.wan6.proto='dhcpv6'
|
set network.wan6.proto='dhcpv6'
|
||||||
|
|
Loading…
Reference in New Issue