changeset 22682:25109ca96ec1

Create device nodes upon install.
author diego
date Sat, 17 Mar 2007 15:52:29 +0000
parents d15308c740a5
children 5bfd5bd0ef80
files drivers/Makefile
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/drivers/Makefile	Sat Mar 17 15:42:03 2007 +0000
+++ b/drivers/Makefile	Sat Mar 17 15:52:29 2007 +0000
@@ -18,6 +18,8 @@
 	-mkdir -p $(MDIR)
 	install -m 644 $(OBJS) $(MDIR)
 	depmod -a
+	-mknod /dev/mga_vid  c 178 0
+	-mknod /dev/tdfx_vid c 178 0
 
 dep depend: