mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-20 09:26:28 +00:00
comgt: make ncm proto work via wwan proto
Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 46272
This commit is contained in:
parent
d65916047b
commit
657300d418
@ -27,6 +27,8 @@ proto_ncm_setup() {
|
||||
local device apn auth username password pincode delay mode
|
||||
json_get_vars device apn auth username password pincode delay mode
|
||||
|
||||
[ -n "$ctl_device" ] && device=$ctl_device
|
||||
|
||||
[ -n "$device" ] || {
|
||||
echo "No control device specified"
|
||||
proto_notify_error "$interface" NO_DEVICE
|
||||
|
Loading…
x
Reference in New Issue
Block a user