Changeset 6d107be in freewrt


Ignore:
Timestamp:
Jun 18, 2007, 1:02:46 AM (18 years ago)
Author:
Phil Sutter <n0-1@…>
Children:
0f44340
Parents:
aac35a7
Message:
  • lingual correction
  • fixed rtfm-test

git-svn-id: svn://www.freewrt.org/trunk/freewrt@2834 afb5a338-a214-0410-bd46-81f09a774fd1

Location:
package/fwrtc/files
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • package/fwrtc/files/fwrtc.conf

    raac35a7 r6d107be  
    1616# and P2P, everything else just goes into BULK automatically.
    1717
    18 # ENABLE
    19 Set this to 1 to enable fwrtc
    20 ENABLE=0
     18# DISABLE
     19Unset this to enable fwrtc. (fntrtfm)
     20DISABLE=yes
    2121
    2222# DEV
    2323#  Enter the WAN device here
    24 DEV=ppp0
     24DEV=
    2525
    2626# *_MAX
  • package/fwrtc/files/hotplug-fwrtc

    raac35a7 r6d107be  
    1515
    1616# where we aren't needed
    17 [ "$DISABLE" == "true" ] && exit 0
     17[ x"$DISABLE" = x"true" ] && exit 0
    1818[ "$ACTION" != "register" ] && exit 0
    1919[ "$INTERFACE" != "$DEV" ] && exit 0
    2020
    21 logger -t fwrtc "Initializing QoS for device $DEV"
     21logger -t fwrtc "Initialising QoS for device $DEV"
    2222
    2323# first clean out old rules (if any)
     
    5757        drop flowid ffff:1
    5858
    59 logger -t fwrtc "finished initialization"
     59logger -t fwrtc "finished initialisation"
    6060) &
Note: See TracChangeset for help on using the changeset viewer.