diff options
author | Michael Krufky <devnull@localhost> | 2005-12-21 05:34:16 +0000 |
---|---|---|
committer | Michael Krufky <devnull@localhost> | 2005-12-21 05:34:16 +0000 |
commit | 68d39f6bd36221f79187d500dc7d51f5ef61606c (patch) | |
tree | 20d06d28503a14e5cf52f2bc829f1f65e5c0f42d | |
parent | 58efbafea3d6bf03f4976ab7df1c853a4a0ef638 (diff) | |
download | mediapointer-dvb-s2-68d39f6bd36221f79187d500dc7d51f5ef61606c.tar.gz mediapointer-dvb-s2-68d39f6bd36221f79187d500dc7d51f5ef61606c.tar.bz2 |
removed stray #
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
-rw-r--r-- | v4l/insmod.sh | 2 | ||||
-rw-r--r-- | v4l/scripts/insmod.sh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/v4l/insmod.sh b/v4l/insmod.sh index 540f18e88..30ad1470a 100644 --- a/v4l/insmod.sh +++ b/v4l/insmod.sh @@ -7,7 +7,7 @@ case "$1" in load) echo "Inserting DVB modules into kernel" modprobe i2c-core -# modprobe crc32 + modprobe crc32 modprobe firmware_class # make sure input stuff is there for IR remote controls modprobe evdev diff --git a/v4l/scripts/insmod.sh b/v4l/scripts/insmod.sh index 540f18e88..30ad1470a 100644 --- a/v4l/scripts/insmod.sh +++ b/v4l/scripts/insmod.sh @@ -7,7 +7,7 @@ case "$1" in load) echo "Inserting DVB modules into kernel" modprobe i2c-core -# modprobe crc32 + modprobe crc32 modprobe firmware_class # make sure input stuff is there for IR remote controls modprobe evdev |