Changeset 6710


Ignore:
Timestamp:
Mar 27, 2011, 8:52:15 PM (15 years ago)
Author:
capt_bluebaer
Message:

[ipk] wireless rt2870 fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ipk/source/swapnetwork_wlan_300/var/etc/autostart/wlan

    r6523 r6710  
    5050        sleep 1
    5151        case $WLAN_MODULE in
    52             zd1211 | zd1211b )  WLAN_IF=eth1
    53                                 WLAN_DRV=zydas
    54                                 ;;
    55             rt73 )              WLAN_IF=rausb0
    56                                 WLAN_DRV=ralink
    57                                 ;;
    58             rt3070sta )         WLAN_IF=ra0
    59                                 WLAN_DRV=wext
    60                                 ;;
    61             * )                 echo "[wlan] Unknown module $WLAN_MODULE" | tee -a $WLAN_LOG && return
    62                                 ;;
     52            zd1211 | zd1211b )          WLAN_IF=eth1
     53                                        WLAN_DRV=zydas
     54                                        ;;
     55            rt73 )                      WLAN_IF=rausb0
     56                                        WLAN_DRV=ralink
     57                                        ;;
     58            rt2870sta | rt3070sta )     WLAN_IF=ra0
     59                                        WLAN_DRV=wext
     60                                        ;;
     61            * )                         echo "[wlan] Unknown module $WLAN_MODULE" | tee -a $WLAN_LOG && return
     62                                        ;;
    6363        esac
    6464        ifconfig $WLAN_IF 0.0.0.0 up
Note: See TracChangeset for help on using the changeset viewer.