Changeset 18045 for src/router/services/networking/interface.c
- Timestamp:
- 12/24/11 22:36:00 (17 months ago)
- File:
-
- 1 edited
-
src/router/services/networking/interface.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/router/services/networking/interface.c
r17944 r18045 594 594 snprintf(all_ifnames, 255, "%s %s %s", "eth0", 595 595 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")); 596 611 #elif HAVE_RS 597 612 snprintf(all_ifnames, 255, "%s %s %s", "eth0 eth1",
Note: See TracChangeset
for help on using the changeset viewer.
