Changeset e3304ad in freewrt


Ignore:
Timestamp:
Jul 12, 2007, 12:45:15 AM (18 years ago)
Author:
Christian Fischer <spaetzle@…>
Children:
8f057e2
Parents:
50c52f6
Message:

fixed broken vlan stuff

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

Location:
package/fwifupdown
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • package/fwifupdown/Makefile

    r50c52f6 re3304ad  
    99PKG_NAME:=                      fwifupdown
    1010PKG_VERSION:=                   0.2
    11 PKG_RELEASE:=                   34
     11PKG_RELEASE:=                   35
    1212PKG_SRC_ROOT:=                  ${TOPDIR}/package/${PKG_NAME}
    1313PKG_CONFIG_WORKDIR:=            etc/network
  • package/fwifupdown/lib/vlan

    r50c52f6 re3304ad  
    165165
    166166        # bringing up raw device if down
    167         if ip link show|grep eth0:|grep -q UP
     167        if ! ip link show |grep "${IF_VLAN_RAW_DEVICE}:" |grep -q UP
    168168        then
    169169                if ! ip link set up dev $IF_VLAN_RAW_DEVICE >/dev/null 2>&1
Note: See TracChangeset for help on using the changeset viewer.