Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fe63a1a6 authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab
Browse files

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: default avatarMauro Carvalho Chehab <mchehab+samsung@kernel.org>
Acked-by: default avatarJonathan Corbet <corbet@lwn.net>
parent 5fb94e9c
Loading
Loading
Loading
Loading
+9 −9
Original line number Original line Diff line number Diff line
@@ -324,7 +324,7 @@ config DVB_SP8870
	  A DVB-T tuner module. Say Y when you want to support this frontend.
	  A DVB-T tuner module. Say Y when you want to support this frontend.


	  This driver needs external firmware. Please use the command
	  This driver needs external firmware. Please use the command
	  "<kerneldir>/Documentation/dvb/get_dvb_firmware sp8870" to
	  "<kerneldir>/scripts/get_dvb_firmware sp8870" to
	  download/extract it, and then copy it to /usr/lib/hotplug/firmware
	  download/extract it, and then copy it to /usr/lib/hotplug/firmware
	  or /lib/firmware (depending on configuration of firmware hotplug).
	  or /lib/firmware (depending on configuration of firmware hotplug).


@@ -336,7 +336,7 @@ config DVB_SP887X
	  A DVB-T tuner module. Say Y when you want to support this frontend.
	  A DVB-T tuner module. Say Y when you want to support this frontend.


	  This driver needs external firmware. Please use the command
	  This driver needs external firmware. Please use the command
	  "<kerneldir>/Documentation/dvb/get_dvb_firmware sp887x" to
	  "<kerneldir>/scripts/get_dvb_firmware sp887x" to
	  download/extract it, and then copy it to /usr/lib/hotplug/firmware
	  download/extract it, and then copy it to /usr/lib/hotplug/firmware
	  or /lib/firmware (depending on configuration of firmware hotplug).
	  or /lib/firmware (depending on configuration of firmware hotplug).


@@ -387,8 +387,8 @@ config DVB_TDA1004X
	  A DVB-T tuner module. Say Y when you want to support this frontend.
	  A DVB-T tuner module. Say Y when you want to support this frontend.


	  This driver needs external firmware. Please use the commands
	  This driver needs external firmware. Please use the commands
	  "<kerneldir>/Documentation/dvb/get_dvb_firmware tda10045",
	  "<kerneldir>/scripts/get_dvb_firmware tda10045",
	  "<kerneldir>/Documentation/dvb/get_dvb_firmware tda10046" to
	  "<kerneldir>/scripts/get_dvb_firmware tda10046" to
	  download/extract them, and then copy them to /usr/lib/hotplug/firmware
	  download/extract them, and then copy them to /usr/lib/hotplug/firmware
	  or /lib/firmware (depending on configuration of firmware hotplug).
	  or /lib/firmware (depending on configuration of firmware hotplug).


@@ -591,8 +591,8 @@ config DVB_NXT200X
	  to support this frontend.
	  to support this frontend.


	  This driver needs external firmware. Please use the commands
	  This driver needs external firmware. Please use the commands
	  "<kerneldir>/Documentation/dvb/get_dvb_firmware nxt2002" and
	  "<kerneldir>/scripts/get_dvb_firmware nxt2002" and
	  "<kerneldir>/Documentation/dvb/get_dvb_firmware nxt2004" to
	  "<kerneldir>/scripts/get_dvb_firmware nxt2004" to
	  download/extract them, and then copy them to /usr/lib/hotplug/firmware
	  download/extract them, and then copy them to /usr/lib/hotplug/firmware
	  or /lib/firmware (depending on configuration of firmware hotplug).
	  or /lib/firmware (depending on configuration of firmware hotplug).


@@ -604,7 +604,7 @@ config DVB_OR51211
	  An ATSC 8VSB tuner module. Say Y when you want to support this frontend.
	  An ATSC 8VSB tuner module. Say Y when you want to support this frontend.


	  This driver needs external firmware. Please use the command
	  This driver needs external firmware. Please use the command
	  "<kerneldir>/Documentation/dvb/get_dvb_firmware or51211" to
	  "<kerneldir>/scripts/get_dvb_firmware or51211" to
	  download it, and then copy it to /usr/lib/hotplug/firmware
	  download it, and then copy it to /usr/lib/hotplug/firmware
	  or /lib/firmware (depending on configuration of firmware hotplug).
	  or /lib/firmware (depending on configuration of firmware hotplug).


@@ -617,8 +617,8 @@ config DVB_OR51132
	  to support this frontend.
	  to support this frontend.


	  This driver needs external firmware. Please use the commands
	  This driver needs external firmware. Please use the commands
	  "<kerneldir>/Documentation/dvb/get_dvb_firmware or51132_vsb" and/or
	  "<kerneldir>/scripts/get_dvb_firmware or51132_vsb" and/or
	  "<kerneldir>/Documentation/dvb/get_dvb_firmware or51132_qam" to
	  "<kerneldir>/scripts/get_dvb_firmware or51132_qam" to
	  download firmwares for 8VSB and QAM64/256, respectively. Copy them to
	  download firmwares for 8VSB and QAM64/256, respectively. Copy them to
	  /usr/lib/hotplug/firmware or /lib/firmware (depending on
	  /usr/lib/hotplug/firmware or /lib/firmware (depending on
	  configuration of firmware hotplug).
	  configuration of firmware hotplug).
+2 −2
Original line number Original line Diff line number Diff line
@@ -27,8 +27,8 @@
 *   ATI HDTV Wonder (NXT2004)
 *   ATI HDTV Wonder (NXT2004)
 *
 *
 * This driver needs external firmware. Please use the command
 * This driver needs external firmware. Please use the command
 * "<kerneldir>/Documentation/dvb/get_dvb_firmware nxt2002" or
 * "<kerneldir>/scripts/get_dvb_firmware nxt2002" or
 * "<kerneldir>/Documentation/dvb/get_dvb_firmware nxt2004" to
 * "<kerneldir>/scripts/get_dvb_firmware nxt2004" to
 * download/extract the appropriate firmware, and then copy it to
 * download/extract the appropriate firmware, and then copy it to
 * /usr/lib/hotplug/firmware/ or /lib/firmware/
 * /usr/lib/hotplug/firmware/ or /lib/firmware/
 * (depending on configuration of firmware hotplug).
 * (depending on configuration of firmware hotplug).
+1 −1
Original line number Original line Diff line number Diff line
@@ -22,7 +22,7 @@


/*
/*
 * This driver needs external firmware. Please use the command
 * This driver needs external firmware. Please use the command
 * "<kerneldir>/Documentation/dvb/get_dvb_firmware or51211" to
 * "<kerneldir>/scripts/get_dvb_firmware or51211" to
 * download/extract it, and then copy it to /usr/lib/hotplug/firmware
 * download/extract it, and then copy it to /usr/lib/hotplug/firmware
 * or /lib/firmware (depending on configuration of firmware hotplug).
 * or /lib/firmware (depending on configuration of firmware hotplug).
 */
 */
+1 −1
Original line number Original line Diff line number Diff line
@@ -21,7 +21,7 @@
*/
*/
/*
/*
 * This driver needs external firmware. Please use the command
 * This driver needs external firmware. Please use the command
 * "<kerneldir>/Documentation/dvb/get_dvb_firmware alps_tdlb7" to
 * "<kerneldir>/scripts/get_dvb_firmware alps_tdlb7" to
 * download/extract it, and then copy it to /usr/lib/hotplug/firmware
 * download/extract it, and then copy it to /usr/lib/hotplug/firmware
 * or /lib/firmware (depending on configuration of firmware hotplug).
 * or /lib/firmware (depending on configuration of firmware hotplug).
 */
 */
+1 −1
Original line number Original line Diff line number Diff line
@@ -4,7 +4,7 @@


/*
/*
 * This driver needs external firmware. Please use the command
 * This driver needs external firmware. Please use the command
 * "<kerneldir>/Documentation/dvb/get_dvb_firmware sp887x" to
 * "<kerneldir>/scripts/get_dvb_firmware sp887x" to
 * download/extract it, and then copy it to /usr/lib/hotplug/firmware
 * download/extract it, and then copy it to /usr/lib/hotplug/firmware
 * or /lib/firmware (depending on configuration of firmware hotplug).
 * or /lib/firmware (depending on configuration of firmware hotplug).
 */
 */
Loading