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, 0 insertions, 15 deletions
diff --git a/package/comgt/files-old/3g.iface b/package/comgt/files-old/3g.iface
deleted file mode 100644
index a89f05387..000000000
--- a/package/comgt/files-old/3g.iface
+++ /dev/null
@@ -1,15 +0,0 @@
-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
-}