[svn-commits] sruffell: branch linux/kpfleming/echocan_work r6369 - /linux/team/kpfleming/e...

SVN commits to the Digium repositories svn-commits at lists.digium.com
Wed Apr 15 15:05:50 CDT 2009


Author: sruffell
Date: Wed Apr 15 15:05:47 2009
New Revision: 6369

URL: http://svn.digium.com/svn-view/dahdi?view=rev&rev=6369
Log:
Restore that oslec is disabled by default.

Modified:
    linux/team/kpfleming/echocan_work/drivers/dahdi/Kbuild

Modified: linux/team/kpfleming/echocan_work/drivers/dahdi/Kbuild
URL: http://svn.digium.com/svn-view/dahdi/linux/team/kpfleming/echocan_work/drivers/dahdi/Kbuild?view=diff&rev=6369&r1=6368&r2=6369
==============================================================================
--- linux/team/kpfleming/echocan_work/drivers/dahdi/Kbuild (original)
+++ linux/team/kpfleming/echocan_work/drivers/dahdi/Kbuild Wed Apr 15 15:05:47 2009
@@ -31,12 +31,12 @@
 
 # Only enable this if you think you know what you're doing. This is not
 # supported yet:
-obj-m += dahdi_echocan_oslec.o
+#obj-m += dahdi_echocan_oslec.o
 #
 # A quick and dirty way to build OSLEC, if you happened to place it
 # yourself in the dahdi source tree. This is experimental. See README
 # regarding OSLEC.
-obj-m += ../staging/echo/
+#obj-m += ../staging/echo/
 
 CFLAGS_MODULE += -I$(DAHDI_INCLUDE) -I$(src)
 




More information about the svn-commits mailing list