Changeset 6d107be in freewrt
- Timestamp:
- Jun 18, 2007, 1:02:46 AM (18 years ago)
- Children:
- 0f44340
- Parents:
- aac35a7
- Location:
- package/fwrtc/files
- Files:
-
- 2 edited
-
fwrtc.conf (modified) (1 diff)
-
hotplug-fwrtc (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
package/fwrtc/files/fwrtc.conf
raac35a7 r6d107be 16 16 # and P2P, everything else just goes into BULK automatically. 17 17 18 # ENABLE19 # Set this to 1 to enable fwrtc20 ENABLE=0 18 # DISABLE 19 # Unset this to enable fwrtc. (fntrtfm) 20 DISABLE=yes 21 21 22 22 # DEV 23 23 # Enter the WAN device here 24 DEV= ppp024 DEV= 25 25 26 26 # *_MAX -
package/fwrtc/files/hotplug-fwrtc
raac35a7 r6d107be 15 15 16 16 # where we aren't needed 17 [ "$DISABLE" =="true" ] && exit 017 [ x"$DISABLE" = x"true" ] && exit 0 18 18 [ "$ACTION" != "register" ] && exit 0 19 19 [ "$INTERFACE" != "$DEV" ] && exit 0 20 20 21 logger -t fwrtc "Initiali zing QoS for device $DEV"21 logger -t fwrtc "Initialising QoS for device $DEV" 22 22 23 23 # first clean out old rules (if any) … … 57 57 drop flowid ffff:1 58 58 59 logger -t fwrtc "finished initiali zation"59 logger -t fwrtc "finished initialisation" 60 60 ) &
Note:
See TracChangeset
for help on using the changeset viewer.
