[dahdi-commits] fjoe: freebsd/trunk r9218 - in /freebsd/trunk: drivers/staging/ freebsd/Makefile
    SVN commits to the DAHDI project 
    dahdi-commits at lists.digium.com
       
    Tue Aug 31 05:10:03 CDT 2010
    
    
  
Author: fjoe
Date: Tue Aug 31 05:10:01 2010
New Revision: 9218
URL: http://svnview.digium.com/svn/dahdi?view=rev&rev=9218
Log:
Remove Linux kernel code from Digium SVN due to copyright issues.
I will add it to the ports/misc/dahdi in FreeBSD ports instead.
Removed:
    freebsd/trunk/drivers/staging/
Modified:
    freebsd/trunk/freebsd/Makefile
Modified: freebsd/trunk/freebsd/Makefile
URL: http://svnview.digium.com/svn/dahdi/freebsd/trunk/freebsd/Makefile?view=diff&rev=9218&r1=9217&r2=9218
==============================================================================
--- freebsd/trunk/freebsd/Makefile (original)
+++ freebsd/trunk/freebsd/Makefile Tue Aug 31 05:10:01 2010
@@ -19,9 +19,12 @@
 	dahdi_echocan_jpah\
 	dahdi_echocan_kb1\
 	dahdi_echocan_mg2\
-	dahdi_echocan_oslec\
 	dahdi_echocan_sec\
 	dahdi_echocan_sec2
+.if exists(${.CURDIR}/../drivers/staging/echo)
+SUBDIR+=\
+	dahdi_echocan_oslec
+.endif
 
 # FXO/FXS analog and hybrid cards
 SUBDIR+=\
    
    
More information about the dahdi-commits
mailing list