openwrt/package/network/utils/comgt
Lech Perczak 839cb17e3a comgt: ncm: select first available network interface for device
Some modems expose multiple network interfaces on the same USB device,
causing the connection setup script to fail, because glob matching in
the detection phase causes 'ls' to output more than one interface name
plus their base directories in sysfs. Avoid that by listing the
directories explicitly and then selecting first available interface.
This is the case for some variants of ZTE MF286R built-in modem, which
exposes both RNDIS and CDC-ECM network interfaces, causing the
connection setup to fail.

Signed-off-by: Lech Perczak <lech.perczak@gmail.com>
(cherry picked from commit b2940bb8b2)
2022-04-17 21:31:02 +02:00
..
files comgt: ncm: select first available network interface for device 2022-04-17 21:31:02 +02:00
patches comgt: Use TCGETS and TCSETS ioctls for struct termios 2015-02-22 08:29:26 +00:00
Makefile comgt: fix hotplug event handling 2020-03-16 21:02:33 +01:00