summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authormattf <mattf@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-10-05 19:11:20 +0000
committermattf <mattf@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-10-05 19:11:20 +0000
commit0afb2c8185fcc10a33a4dbc3608b0bf2097173a3 (patch)
tree615e2875bbb78c69b61fe1be1837f4d69b80763a /Makefile
parent8dc9a26930d9cdadd198538da3cc5ae045ab8b87 (diff)
Make sure we make the transocder device node if no dynamic device filesystem found.
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@3119 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index bee2217..e1515e3 100644
--- a/Makefile
+++ b/Makefile
@@ -377,6 +377,7 @@ ifndef DYNFS
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