diff options
author | Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | 2018-05-08 23:10:05 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | 2018-06-15 23:10:01 +0200 |
commit | fe63a1a6216749fd9d9c5b52d52b75240f9d20f3 (patch) | |
tree | a027e2e6c0b45470892f860f13a59f6af687f2e9 /drivers/media/pci/ttpci | |
parent | docs: Fix some broken references (diff) | |
download | linux-fe63a1a6216749fd9d9c5b52d52b75240f9d20f3.tar.xz linux-fe63a1a6216749fd9d9c5b52d52b75240f9d20f3.zip |
media: dvb: fix location of get_dvb_firmware script
This script was moved out of Documentation/dvb, but the
links weren't updated.
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
Acked-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'drivers/media/pci/ttpci')
-rw-r--r-- | drivers/media/pci/ttpci/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/pci/ttpci/Kconfig b/drivers/media/pci/ttpci/Kconfig index 7b83151ed6c4..dfba74dd6521 100644 --- a/drivers/media/pci/ttpci/Kconfig +++ b/drivers/media/pci/ttpci/Kconfig @@ -24,7 +24,7 @@ config DVB_AV7110 onboard MPEG2 decoder. This driver needs an external firmware. Please use the script - "<kerneldir>/Documentation/dvb/get_dvb_firmware av7110" to + "<kerneldir>/scripts/get_dvb_firmware av7110" to download/extract it, and then copy it to /usr/lib/hotplug/firmware or /lib/firmware (depending on configuration of firmware hotplug). |