Changeset 12155
- Timestamp:
- 05/18/09 19:22:42 (4 years ago)
- Location:
- src/router/rc
- Files:
-
- 2 edited
-
init.c (modified) (2 diffs)
-
services.c (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/router/rc/init.c
r12137 r12155 685 685 #endif 686 686 start_service( "setup_vlans" ); 687 687 #if !defined(HAVE_MADWIFI) && !defined(HAVE_RT2880) 688 start_service( "wlconf" ); 689 #endif 688 690 #ifdef HAVE_VLANTAGGING 689 691 start_service( "bridging" ); … … 718 720 719 721 #if !defined(HAVE_MADWIFI) && !defined(HAVE_RT2880) 720 start_service( "wlconf" );721 722 #ifdef HAVE_RADIOOFF 722 723 if( nvram_match( "radiooff_button", "1" ) -
src/router/rc/services.c
r12137 r12155 791 791 handle = start_service_nofree( "bridging", handle ); 792 792 #endif 793 #if !defined(HAVE_MADWIFI) && !defined(HAVE_RT2880) 794 handle = start_service_nofree( "wlconf", handle ); 795 #endif 793 796 handle = start_service_nofree( "lan", handle ); 794 797 #ifdef HAVE_BONDING … … 805 808 #endif 806 809 #if !defined(HAVE_MADWIFI) && !defined(HAVE_RT2880) 807 handle = start_service_nofree( "wlconf", handle );808 810 handle = start_service_nofree( "nas", handle ); 809 811 handle = start_service_nofree( "guest_nas", handle ); … … 849 851 #ifdef HAVE_VLANTAGGING 850 852 handle = stop_service_nofree( "bridging", handle ); 853 #endif 854 #if !defined(HAVE_MADWIFI) && !defined(HAVE_RT2880) 855 handle = start_service_nofree( "wlconf", handle ); 851 856 #endif 852 857 #ifdef HAVE_VLANTAGGING … … 871 876 #endif 872 877 #if !defined(HAVE_MADWIFI) && !defined(HAVE_RT2880) 873 handle = start_service_nofree( "wlconf", handle );874 878 handle = start_service_nofree( "nas", handle ); 875 879 handle = start_service_nofree( "guest_nas", handle );
Note: See TracChangeset
for help on using the changeset viewer.
