Skip to content

Commit c31872d

Browse files
christoph-zededaOhmSpectator
authored andcommitted
spec.sh: fix modem assigngrp
do not overwrite assigngrp with wrong value ALSO: WHY ARE THERE TWO SPEC.SH? Signed-off-by: Christoph Ostarek <[email protected]> (cherry picked from commit 590de3f)
1 parent 34e0fbd commit c31872d

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

pkg/debug/spec.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,6 @@ print_usb_devices() {
324324
then
325325
cost=10
326326
assigngrp="modem${busAndPort}"
327-
assigngrp=$(get_assignmentgroup "${ifname}" "${pciaddr}")
328327
ztype="IO_TYPE_WWAN"
329328
labelprefix="WWAN"
330329
fi

pkg/installer/spec.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,6 @@ print_usb_devices() {
328328
then
329329
cost=10
330330
assigngrp="modem${busAndPort}"
331-
assigngrp=$(get_assignmentgroup "${ifname}" "${pciaddr}")
332331
ztype="IO_TYPE_WWAN"
333332
labelprefix="WWAN"
334333
fi

0 commit comments

Comments
 (0)