Ignore:
Timestamp:
12/24/11 22:36:00 (17 months ago)
Author:
chris
Message:

mac80211 changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/router/services/networking/interface.c

    r17944 r18045  
    594594        snprintf(all_ifnames, 255, "%s %s %s", "eth0", 
    595595                 nvram_safe_get("lan_ifnames"), nvram_safe_get("wan_ifnames")); 
     596#elif CONFIG_JJAP93 
     597        snprintf(all_ifnames, 255, "%s %s %s", "eth0", 
     598                 nvram_safe_get("lan_ifnames"), nvram_safe_get("wan_ifnames")); 
     599#elif HAVE_JJAP005 
     600        snprintf(all_ifnames, 255, "%s %s %s", "eth0 eth1", 
     601                 nvram_safe_get("lan_ifnames"), nvram_safe_get("wan_ifnames")); 
     602#elif HAVE_JJAP501 
     603        snprintf(all_ifnames, 255, "%s %s %s", "eth0 eth1", 
     604                 nvram_safe_get("lan_ifnames"), nvram_safe_get("wan_ifnames")); 
     605#elif HAVE_AC722 
     606        snprintf(all_ifnames, 255, "%s %s %s", "eth0 eth1", 
     607                 nvram_safe_get("lan_ifnames"), nvram_safe_get("wan_ifnames")); 
     608#elif HAVE_AC622 
     609        snprintf(all_ifnames, 255, "%s %s %s", "eth0 eth1", 
     610                 nvram_safe_get("lan_ifnames"), nvram_safe_get("wan_ifnames")); 
    596611#elif HAVE_RS 
    597612        snprintf(all_ifnames, 255, "%s %s %s", "eth0 eth1", 
Note: See TracChangeset for help on using the changeset viewer.