Changeset 13436
- Timestamp:
- 12/09/09 19:18:48 (4 years ago)
- Location:
- src/router/services/sysinit
- Files:
-
- 2 edited
-
sysinit-ap83.c (modified) (1 diff)
-
sysinit-whrhpgn.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/router/services/sysinit/sysinit-ap83.c
r13349 r13436 127 127 copy[2], copy[3], 128 128 copy[4], copy[5]); 129 MAC_ADD(mac);130 129 fprintf(stderr, "configure eth0 to %s\n", mac); 131 130 eval("ifconfig", "eth0", "hw", "ether", mac); 132 MAC_ADD(mac);133 131 fprintf(stderr, "configure eth1 to %s\n", mac); 134 132 eval("ifconfig", "eth1", "hw", "ether", mac); -
src/router/services/sysinit/sysinit-whrhpgn.c
r13407 r13436 126 126 copy[2], copy[3], 127 127 copy[4], copy[5]); 128 MAC_ADD(mac);129 128 fprintf(stderr, "configure eth0 to %s\n", mac); 130 129 eval("ifconfig", "eth0", "hw", "ether", mac); 131 MAC_ADD(mac);132 130 fprintf(stderr, "configure eth1 to %s\n", mac); 133 131 eval("ifconfig", "eth1", "hw", "ether", mac);
Note: See TracChangeset
for help on using the changeset viewer.
