[svn-commits] mattf: branch 1.2 r3119 - /branches/1.2/Makefile

SVN commits to the Digium repositories svn-commits at lists.digium.com
Fri Oct 5 14:11:20 CDT 2007


Author: mattf
Date: Fri Oct  5 14:11:20 2007
New Revision: 3119

URL: http://svn.digium.com/view/zaptel?view=rev&rev=3119
Log:
Make sure we make the transocder device node if no dynamic device filesystem found.

Modified:
    branches/1.2/Makefile

Modified: branches/1.2/Makefile
URL: http://svn.digium.com/view/zaptel/branches/1.2/Makefile?view=diff&rev=3119&r1=3118&r2=3119
==============================================================================
--- branches/1.2/Makefile (original)
+++ branches/1.2/Makefile Fri Oct  5 14:11:20 2007
@@ -377,6 +377,7 @@
 	rm -f $(DESTDIR)/dev/zap/251
 	rm -f $(DESTDIR)/dev/zap/250
 	mknod $(DESTDIR)/dev/zap/ctl c 196 0
+	mknod $(DESTDIR)/dev/zap/transcode c 196 250
 	mknod $(DESTDIR)/dev/zap/timer c 196 253
 	mknod $(DESTDIR)/dev/zap/channel c 196 254
 	mknod $(DESTDIR)/dev/zap/pseudo c 196 255




More information about the svn-commits mailing list