diff options
author | Michael Krufky <devnull@localhost> | 2005-12-22 16:17:31 +0000 |
---|---|---|
committer | Michael Krufky <devnull@localhost> | 2005-12-22 16:17:31 +0000 |
commit | 78750e9968b14d3ae0eb72489c6e857d950ae3c6 (patch) | |
tree | 6e719dec0861d5d54c1f46e3893ed9dc47a2e269 /v4l/scripts | |
parent | 073c3ebe3c33a9d0d3d7ff4484dffba0faa9a8a4 (diff) | |
download | mediapointer-dvb-s2-78750e9968b14d3ae0eb72489c6e857d950ae3c6.tar.gz mediapointer-dvb-s2-78750e9968b14d3ae0eb72489c6e857d950ae3c6.tar.bz2 |
add 'make reload' command to Makefile for quick v4l/dvb module reload
- Added command, 'make reload' - removes modules and re-inserts them.
- Change console output to indicate that both v4l and dvb
modules are being loaded/unloaded.
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
Diffstat (limited to 'v4l/scripts')
-rw-r--r-- | v4l/scripts/insmod.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/v4l/scripts/insmod.sh b/v4l/scripts/insmod.sh index b0e48d060..1a1ad5a57 100644 --- a/v4l/scripts/insmod.sh +++ b/v4l/scripts/insmod.sh @@ -5,7 +5,7 @@ sync case "$1" in load) - echo "Inserting DVB modules into kernel" + echo "Inserting V4L/DVB modules into kernel" modprobe i2c-core modprobe crc32 modprobe firmware_class @@ -120,7 +120,7 @@ case "$1" in echo ;; debug) - echo "Inserting DVB modules (debug) into kernel" + echo "Inserting V4L/DVB modules (debug) into kernel" modprobe i2c-core modprobe crc32 modprobe firmware_class @@ -225,7 +225,7 @@ case "$1" in echo ;; unload) - echo "Removing DVB modules from kernel" + echo "Removing V4L/DVB modules from kernel" rmmod b2c2-flexcop-usb b2c2-flexcop-pci b2c2-flexcop dvb-ttpci budget \ budget-av budget-ci budget-core ttusb_dec dvb-ttusb-budget \ ttpci-eeprom dvb-usb-nova-t-usb2.ko dvb-usb-a800.ko \ |