base-files: add protocol ncm support for ucidef_set_interface()
Make it possible to set up a default network (interface) for devices with cellular modems using NCM. Signed-off-by: Arınç ÜNAL <arinc.unal@arinc9.com>
This commit is contained in:
parent
51302e51b5
commit
10a29216ce
|
@ -208,6 +208,7 @@ generate_network() {
|
|||
}
|
||||
;;
|
||||
|
||||
ncm|\
|
||||
qmi|\
|
||||
mbim)
|
||||
uci -q batch <<-EOF
|
||||
|
|
Loading…
Reference in New Issue