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 | 9e55caf75b1054ec04d47252faad18e605018444 (patch) | |
tree | 6a00daf16394f357e9a93079f3d43d17e2b115f5 /target | |
parent | e586a11e8fd97186f470aeb1dcc63d417c9a3588 (diff) | |
download | master-187ad058-9e55caf75b1054ec04d47252faad18e605018444.tar.gz master-187ad058-9e55caf75b1054ec04d47252faad18e605018444.tar.bz2 master-187ad058-9e55caf75b1054ec04d47252faad18e605018444.zip |
kernel: fix broken depends syntax introduced in r37933
Signed-off-by: Florian Fainelli <florian@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37942 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-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 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. + |