Changeset 9081


Ignore:
Timestamp:
02/21/08 09:30:16 (5 years ago)
Author:
eko
Message:

radio off at boot fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/router/services/sysinit/sysinit.c

    r9016 r9081  
    140140  if (nvram_match ("radiooff_button", "1") 
    141141      && nvram_match ("radiooff_boot_off", "1")) 
    142     eval ("wl", "radio", "off"); 
     142    eval ("wl", "-i", get_wl_instance_name(0), "radio", "off"); 
    143143#endif 
    144144#endif 
Note: See TracChangeset for help on using the changeset viewer.