diff options
-rw-r--r-- | src/video_out/libdha/kernelhelper/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video_out/libdha/kernelhelper/Makefile.am b/src/video_out/libdha/kernelhelper/Makefile.am index f9dd765aa..772bec98b 100644 --- a/src/video_out/libdha/kernelhelper/Makefile.am +++ b/src/video_out/libdha/kernelhelper/Makefile.am @@ -23,7 +23,7 @@ dhahelper.o: $(KCOMPILE) -c `test -f $*.c || echo '$(srcdir)/'`$*.c nodes: - $(MKNOD) -m 666 /dev/dhahelper c 180 0 + $(MKNOD) -m 666 /dev/dhahelper c 252 0 all: $(KERNEL_MODULE) |