Archived
1
0
This repository has been archived on 2024-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
Files
Jo-Philipp Wich a5ff223cf0 [backfire] merge r21574
SVN-Revision: 21575
2010-05-26 20:15:31 +00:00

16 lines
251 B
Plaintext

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
}