summaryrefslogtreecommitdiffstats
path: root/package/comgt/files-old/3g.iface
diff options
context:
space:
mode:
Diffstat (limited to 'package/comgt/files-old/3g.iface')
-rw-r--r--package/comgt/files-old/3g.iface15
1 files changed, 15 insertions, 0 deletions
diff --git a/package/comgt/files-old/3g.iface b/package/comgt/files-old/3g.iface
new file mode 100644
index 000000000..a89f05387
--- /dev/null
+++ b/package/comgt/files-old/3g.iface
@@ -0,0 +1,15 @@
+include /lib/network
+config_load network
+scan_interfaces
+config_get proto "$INTERFACE" proto
+[ "$proto" = "3g" ] && {
+ config_get iface "$INTERFACE" ifname
+ case "$ACTION" in
+ ifup)
+ set_3g_led 1 1 0
+ ;;
+ ifdown)
+ set_3g_led 0 0 0
+ ;;
+ esac
+}