aboutsummaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorLech Perczak <lech.perczak@gmail.com>2021-11-06 13:43:12 +0100
committerHauke Mehrtens <hauke@hauke-m.de>2023-04-29 21:33:05 +0200
commit9808b09b91e805a4ae2e11521faf3cd8e5cf8270 (patch)
tree444c385cfff55d8de5566f16cabfe484c150d7eb /package
parentc13a1b412b12662ca314c1616dc446d2fddf5d50 (diff)
downloadupstream-9808b09b91e805a4ae2e11521faf3cd8e5cf8270.tar.gz
upstream-9808b09b91e805a4ae2e11521faf3cd8e5cf8270.tar.bz2
upstream-9808b09b91e805a4ae2e11521faf3cd8e5cf8270.zip
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>
Diffstat (limited to 'package')
-rwxr-xr-xpackage/network/utils/umbim/files/lib/netifd/proto/mbim.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/package/network/utils/umbim/files/lib/netifd/proto/mbim.sh b/package/network/utils/umbim/files/lib/netifd/proto/mbim.sh
index 3ef87bdb51..617407cd08 100755
--- a/package/network/utils/umbim/files/lib/netifd/proto/mbim.sh
+++ b/package/network/utils/umbim/files/lib/netifd/proto/mbim.sh
@@ -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