[kernel] r9314 - dists/trunk/linux-2.6/debian/config
Maximilian Attems
maks at alioth.debian.org
Fri Aug 17 18:25:18 UTC 2007
Author: maks
Date: Fri Aug 17 18:25:18 2007
New Revision: 9314
Log:
fix symbol value 'm' invalid for TUNER_TEA5761
linuxtv on drugs CONFIG_TUNER_TEA5761=y builds a module, thanks to
tuner-$(CONFIG_TUNER_TEA5761) += tea5761.o
Modified:
dists/trunk/linux-2.6/debian/config/config
Modified: dists/trunk/linux-2.6/debian/config/config
==============================================================================
--- dists/trunk/linux-2.6/debian/config/config (original)
+++ dists/trunk/linux-2.6/debian/config/config Fri Aug 17 18:25:18 2007
@@ -1021,7 +1021,7 @@
CONFIG_VIDEO_SAA5249=m
CONFIG_TUNER_3036=m
CONFIG_VIDEO_STRADIS=m
-CONFIG_TUNER_TEA5761=m
+CONFIG_TUNER_TEA5761=y
CONFIG_VIDEO_ZORAN_ZR36060=m
CONFIG_VIDEO_ZORAN=m
CONFIG_VIDEO_ZORAN_BUZ=m
More information about the Kernel-svn-changes
mailing list