lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Fri, 20 Feb 2009 20:54:27 +0100 (CET)
From:	Stefan Richter <stefanr@...6.in-berlin.de>
To:	linux-devel@...r.kernel.org
cc:	linux-kernel@...r.kernel.org
Subject: [PATCH -next] firedtv: build fix for INPUT=m and DVB_FIREDTV=y

Signed-off-by: Stefan Richter <stefanr@...6.in-berlin.de>
---
 drivers/media/dvb/firewire/Kconfig |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Index: linux/drivers/media/dvb/firewire/Kconfig
===================================================================
--- linux.orig/drivers/media/dvb/firewire/Kconfig
+++ linux/drivers/media/dvb/firewire/Kconfig
@@ -17,6 +17,6 @@ config DVB_FIREDTV_IEEE1394
 	def_bool IEEE1394
 
 config DVB_FIREDTV_INPUT
-	def_bool INPUT
+	def_bool INPUT = y || (INPUT = m && DVB_FIREDTV = m)
 
 endif # DVB_FIREDTV

-- 
Stefan Richter
-=====-==--= --=- =-=--
http://arcgraph.de/sr/

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ