Changeset c068180 in freewrt
- Timestamp:
- Dec 28, 2006, 2:08:39 PM (19 years ago)
- Children:
- 935b833
- Parents:
- db11c12
- Location:
- package/ppp/files/etc/ppp
- Files:
-
- 2 edited
-
ip-down.d/umts (modified) (1 diff)
-
ip-up.d/umts (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
package/ppp/files/etc/ppp/ip-down.d/umts
rdb11c12 rc068180 2 2 3 3 [ "$IF_USE_TEMPLATE" == "umts" ] || exit 0 4 4 5 # enable bit 3, disable bit 4 - i.e. UMTS-LED from blue to green 5 6 LED=$(cat /proc/sys/diag) 6 7 echo $(((LED | 16) ^ 16 | 8)) > /proc/sys/diag 7 -
package/ppp/files/etc/ppp/ip-up.d/umts
rdb11c12 rc068180 1 1 #!/bin/sh 2 2 3 [ "$ LINKNAME" == "umts" ] || exit 03 [ "$IF_USE_TEMPLATE" == "umts" ] || exit 0 4 4 5 5 # enable bit 4 i.e. UMTS-LED blue
Note:
See TracChangeset
for help on using the changeset viewer.
