1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-09-12 17:21:30 +03:00
openwrt-xburst/package/comgt/files/3g.iface

11 lines
201 B
Plaintext
Raw Normal View History

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
}