From 4434bc361d13cae18527414d74b66892e48b33be Mon Sep 17 00:00:00 2001 From: Florian Fainelli Date: Wed, 11 Sep 2013 12:45:24 +0000 Subject: [PATCH] kernel: fix broken depends syntax introduced in r37933 Signed-off-by: Florian Fainelli SVN-Revision: 37942 --- .../generic/patches-3.6/880-gateworks_system_controller.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/generic/patches-3.6/880-gateworks_system_controller.patch b/target/linux/generic/patches-3.6/880-gateworks_system_controller.patch index 010dc29576..c9690d749d 100644 --- a/target/linux/generic/patches-3.6/880-gateworks_system_controller.patch +++ b/target/linux/generic/patches-3.6/880-gateworks_system_controller.patch @@ -6,7 +6,7 @@ +config SENSORS_GSC + tristate "Gateworks System Controller" -+ depends ++ depends on I2C + help + If you say yes here you get support for the Gateworks System Controller. + -- 2.30.2