added DVB Hardware modules to core12

added VideoDiskRecoreder


git-svn-id: http://svn.ipfire.org/svn/ipfire/branches/2.1/trunk@1287 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
arne_f
2008-03-27 08:48:22 +00:00
parent eb20e136cd
commit debeaeaabc
17 changed files with 1114 additions and 24 deletions

2
config/udev/10-dvb.rules Normal file
View File

@@ -0,0 +1,2 @@
# Create DVB Devices
KERNEL=="dvb*", PROGRAM="/etc/udev/dvb.sh %k", NAME="%c"

2
config/udev/dvb.sh Executable file
View File

@@ -0,0 +1,2 @@
#!/bin/bash
/bin/echo $1 | /bin/sed -e 's,dvb\([0-9]\)\.\([^0-9]*\)\([0-9]\),dvb/adapter\1/\2\3,'