mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-18 10:46:41 +00:00
umbim: drop IP configuration parsing using 'eval'
Finally, when new helper is in use, drop old IP configuration parser. Signed-off-by: Lech Perczak <lech.perczak@gmail.com>
This commit is contained in:
parent
c13a1b412b
commit
9808b09b91
@ -193,7 +193,6 @@ _proto_mbim_setup() {
|
||||
echo "mbim[$$]" "Setting up $ifname"
|
||||
local mbimconfig="$(umbim $DBG -n -t $tid -d $device config)"
|
||||
echo "$mbimconfig"
|
||||
eval $(echo "$mbimconfig" | sed 's/: /=/g')
|
||||
tid=$((tid + 1))
|
||||
|
||||
proto_init_update "$ifname" 1
|
||||
|
Loading…
Reference in New Issue
Block a user