diff options
author | Florian Fainelli <florian@openwrt.org> | 2013-09-11 12:45:24 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2013-09-11 12:45:24 +0000 |
commit | 4434bc361d13cae18527414d74b66892e48b33be (patch) | |
tree | 360cb9fc29000d5fb209039765a4619e2e79d9ff /target/linux/generic/patches-3.6 | |
parent | 106f3eab7950b1aeeb943a5c3adbde7a50185a61 (diff) | |
download | mtk-20170518-4434bc361d13cae18527414d74b66892e48b33be.zip mtk-20170518-4434bc361d13cae18527414d74b66892e48b33be.tar.gz mtk-20170518-4434bc361d13cae18527414d74b66892e48b33be.tar.bz2 |
kernel: fix broken depends syntax introduced in r37933
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 37942
Diffstat (limited to 'target/linux/generic/patches-3.6')
-rw-r--r-- | target/linux/generic/patches-3.6/880-gateworks_system_controller.patch | 2 |
1 files changed, 1 insertions, 1 deletions
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 010dc29..c9690d7 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. + |