Changeset f16a763 in freewrt


Ignore:
Timestamp:
Jul 2, 2007, 2:18:36 PM (18 years ago)
Author:
Thorsten Glaser <tg@…>
Children:
59becf1
Parents:
c47ef60
Message:

I won't write a commit message this time out of politeness…

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

Location:
package/fwifupdown
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • package/fwifupdown/Makefile

    rc47ef60 rf16a763  
    99PKG_NAME:=                      fwifupdown
    1010PKG_VERSION:=                   0.2
    11 PKG_RELEASE:=                   28
     11PKG_RELEASE:=                   29
    1212PKG_SRC_ROOT:=                  ${TOPDIR}/package/${PKG_NAME}
    1313PKG_CONFIG_WORKDIR:=            etc/network
  • package/fwifupdown/lib/bridge

    rc47ef60 rf16a763  
    3131        for IF in $IF_BRIDGE_IFACES; do
    3232                # is it up?
    33                 is_up || continue
     33                is_up $IF || continue
    3434                # up now, add it to the list
    3535                ifacelist="$ifacelist $IF"
Note: See TracChangeset for help on using the changeset viewer.