Changeset 12155


Ignore:
Timestamp:
05/18/09 19:22:42 (4 years ago)
Author:
eko
Message:

better

Location:
src/router/rc
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • src/router/rc/init.c

    r12137 r12155  
    685685#endif 
    686686                start_service( "setup_vlans" ); 
    687  
     687#if !defined(HAVE_MADWIFI) && !defined(HAVE_RT2880) 
     688                start_service( "wlconf" ); 
     689#endif 
    688690#ifdef HAVE_VLANTAGGING 
    689691                start_service( "bridging" ); 
     
    718720                 
    719721#if !defined(HAVE_MADWIFI) && !defined(HAVE_RT2880) 
    720                 start_service( "wlconf" ); 
    721722#ifdef HAVE_RADIOOFF 
    722723                if( nvram_match( "radiooff_button", "1" ) 
  • src/router/rc/services.c

    r12137 r12155  
    791791    handle = start_service_nofree( "bridging", handle ); 
    792792#endif 
     793#if !defined(HAVE_MADWIFI) && !defined(HAVE_RT2880) 
     794    handle = start_service_nofree( "wlconf", handle ); 
     795#endif 
    793796    handle = start_service_nofree( "lan", handle ); 
    794797#ifdef HAVE_BONDING 
     
    805808#endif 
    806809#if !defined(HAVE_MADWIFI) && !defined(HAVE_RT2880) 
    807     handle = start_service_nofree( "wlconf", handle ); 
    808810    handle = start_service_nofree( "nas", handle ); 
    809811    handle = start_service_nofree( "guest_nas", handle ); 
     
    849851#ifdef HAVE_VLANTAGGING 
    850852    handle = stop_service_nofree( "bridging", handle ); 
     853#endif 
     854#if !defined(HAVE_MADWIFI) && !defined(HAVE_RT2880) 
     855    handle = start_service_nofree( "wlconf", handle ); 
    851856#endif 
    852857#ifdef HAVE_VLANTAGGING 
     
    871876#endif 
    872877#if !defined(HAVE_MADWIFI) && !defined(HAVE_RT2880) 
    873     handle = start_service_nofree( "wlconf", handle ); 
    874878    handle = start_service_nofree( "nas", handle ); 
    875879    handle = start_service_nofree( "guest_nas", handle ); 
Note: See TracChangeset for help on using the changeset viewer.