Do not set device runtime property on interfaces in the hotplug handler and in fixup_interfaces(). This property conflicts with device option in several proto handlers (mainly QMI and other WWAN/3G protos) and does not seem to be used anywhere. Signed-off-by: Ivan Shapovalov <intelfx@intelfx.name> Signed-off-by: Hans Dedecker <dedeckeh@gmail.com> [PKG_RELEASE increase]master
parent
0777a3e773
commit
91b5b2e20d
@ -1,7 +1,6 @@ |
||||
[ ifup = "$ACTION" ] && { |
||||
uci_toggle_state network "$INTERFACE" up 1 |
||||
[ -n "$DEVICE" ] && { |
||||
uci_toggle_state network "$INTERFACE" device "$(uci -q get network.$INTERFACE.ifname)" |
||||
uci_toggle_state network "$INTERFACE" ifname "$DEVICE" |
||||
} |
||||
} |
||||
|
Loading…
Reference in new issue