[asterisk-bugs] [DAHDI-linux 0013542]: [patch] HDLC compiling error

Asterisk Bug Tracker noreply at bugs.digium.com
Mon Sep 29 03:46:08 CDT 2008


A NOTE has been added to this issue. 
====================================================================== 
http://bugs.digium.com/view.php?id=13542 
====================================================================== 
Reported By:                biohumanoid
Assigned To:                
====================================================================== 
Project:                    DAHDI-linux
Issue ID:                   13542
Category:                   dahdi (the module)
Reproducibility:            always
Severity:                   major
Priority:                   normal
Status:                     new
====================================================================== 
Date Submitted:             2008-09-23 00:49 CDT
Last Modified:              2008-09-29 03:46 CDT
====================================================================== 
Summary:                    [patch] HDLC compiling error
Description: 
print_debug_writebuf,...
====================================================================== 

---------------------------------------------------------------------- 
 (0092933) biohumanoid (reporter) - 2008-09-29 03:46
 http://bugs.digium.com/view.php?id=13542#c92933 
---------------------------------------------------------------------- 
Uncomment CONFIG_DAHDI_NET in dahdi_config.h , or use
http://bugs.digium.com/file_download.php?file_id=20258&type=bug&download

Why don't you enable DAHDI_NET by default (if HDLC support is enabled in
kernel/module) ?
You do this for PPP:
#ifdef CONFIG_PPP                                                         
     
#define CONFIG_DAHDI_PPP                                                  
     
#endif                                                                    
     

The same for DAHDI_NET:
#if defined(CONFIG_HDLC) || defined(CONFIG_HDLC_MODULE)                   
     
#define DAHDI_HDLC_TYPE_TRANS                                             
     
#define CONFIG_DAHDI_NET
#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,3)                           
     
#define HDLC_MAINTAINERS_ARE_MORE_STUPID_THAN_I_THOUGHT                   
     
#endif                                                                    
     
#endif 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2008-09-29 03:46 biohumanoid    Note Added: 0092933                          
======================================================================




More information about the asterisk-bugs mailing list