Ignore:
Timestamp:
Jun 11, 2007, 6:13:30 PM (19 years ago)
Author:
Christian Fischer <spaetzle@…>
Children:
8d6d884
Parents:
a7693b2
Message:

added quick hack to get network working if switch ports configured

@tg: should solve youre problem

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • package/fwifupdown/files/ifupdown.init

    ra7693b2 r19de150  
    77        ln -sf /opt/ifupdown/bin/ifupdown.sh /bin/ifup
    88        ln -sf /opt/ifupdown/bin/ifupdown.sh /bin/ifdown
     9
     10        # quick hack to deconfigure switch ports
     11        for f in /proc/switch/*/vlan/*/ports
     12        do
     13                echo > $f
     14        done
    915        ;;
    1016*)
Note: See TracChangeset for help on using the changeset viewer.