aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/config/netifd/files/lib/network/config.sh
diff options
context:
space:
mode:
Diffstat (limited to 'package/network/config/netifd/files/lib/network/config.sh')
-rwxr-xr-xpackage/network/config/netifd/files/lib/network/config.sh3
1 files changed, 0 insertions, 3 deletions
diff --git a/package/network/config/netifd/files/lib/network/config.sh b/package/network/config/netifd/files/lib/network/config.sh
index 9128971dab..0ded45edc4 100755
--- a/package/network/config/netifd/files/lib/network/config.sh
+++ b/package/network/config/netifd/files/lib/network/config.sh
@@ -41,15 +41,12 @@ fixup_interface() {
config_get type "$config" type
config_get ifname "$config" ifname
- config_get device "$config" device "$ifname"
[ "bridge" = "$type" ] && ifname="br-$config"
- config_set "$config" device "$ifname"
ubus_call "network.interface.$config" status || return 0
json_get_var l3dev l3_device
[ -n "$l3dev" ] && ifname="$l3dev"
json_init
config_set "$config" ifname "$ifname"
- config_set "$config" device "$device"
}
scan_interfaces() {