Augment dahdi_genconf default generators list

Run Add spantypes and pinnedspans generators by default.

Signed-off-by: Tzafrir Cohen <tzafrir.cohen@xorcom.com>
This commit is contained in:
Oron Peled 2013-09-23 17:11:36 +02:00 committed by Tzafrir Cohen
parent 44a5285454
commit 1e81ed14cf
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ sub generator_list($) {
}
} else {
# No files given. Use the defaults.
@genlist = ('system', 'chandahdi');
@genlist = ('spantypes', 'pinnedspans', 'system', 'chandahdi');
if($gconfig->{'pri_connection_type'} eq 'R2') {
push @genlist, 'unicall';
}