diff options
Diffstat (limited to 'package/comgt/files/3g.iface')
-rw-r--r-- | package/comgt/files/3g.iface | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/package/comgt/files/3g.iface b/package/comgt/files/3g.iface new file mode 100644 index 0000000000..a8476ca8df --- /dev/null +++ b/package/comgt/files/3g.iface @@ -0,0 +1,10 @@ +include /lib/network +config_load network +scan_interfaces +config_get proto "$INTERFACE" proto +[ "$proto" = "3g" ] && { + case "$ACTION" in + ifup) set_3g_led 1 1 0;; + ifdown) set_3g_led 0 0 0;; + esac +} |