projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
07a6e22
)
kernel: unbreal of_i2c selection
author
John Crispin
<blogic@openwrt.org>
Mon, 8 Jul 2013 09:01:52 +0000
(09:01 +0000)
committer
John Crispin
<blogic@openwrt.org>
Mon, 8 Jul 2013 09:01:52 +0000
(09:01 +0000)
Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37201
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/kernel/linux/modules/i2c.mk
patch
|
blob
|
history
diff --git
a/package/kernel/linux/modules/i2c.mk
b/package/kernel/linux/modules/i2c.mk
index
0855708
..
0772965
100644
(file)
--- a/
package/kernel/linux/modules/i2c.mk
+++ b/
package/kernel/linux/modules/i2c.mk
@@
-24,7
+24,7
@@
I2C_CORE_MODULES:= \
CONFIG_I2C:drivers/i2c/i2c-core \
CONFIG_I2C_CHARDEV:drivers/i2c/i2c-dev
-ifeq (
CONFIG_OF
,y)
+ifeq (
$(CONFIG_OF)
,y)
I2C_CORE_MODULES+=CONFIG_OF_I2C:drivers/of/of_i2c
endif