projects
/
openwrt
/
staging
/
lynxis.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8d91123
)
make i2c-gpio-custom selectable (#5458)
author
Florian Fainelli
<florian@openwrt.org>
Mon, 6 Jul 2009 11:16:04 +0000
(11:16 +0000)
committer
Florian Fainelli
<florian@openwrt.org>
Mon, 6 Jul 2009 11:16:04 +0000
(11:16 +0000)
SVN-Revision: 16707
package/i2c-gpio-custom/Makefile
patch
|
blob
|
history
diff --git
a/package/i2c-gpio-custom/Makefile
b/package/i2c-gpio-custom/Makefile
index 3c8696840cbd1435467ea3d3436cb6253ef52448..954974249ace0862081bd93651d31abf8762676d 100644
(file)
--- a/
package/i2c-gpio-custom/Makefile
+++ b/
package/i2c-gpio-custom/Makefile
@@
-16,7
+16,7
@@
include $(INCLUDE_DIR)/package.mk
define KernelPackage/i2c-gpio-custom
SUBMENU:=I2C support
TITLE:=Custom GPIO-based I2C device
- DEPENDS:=@GPIO_SUPPORT kmod-i2c-core +kmod-i2c-gpio
+ DEPENDS:=@GPIO_SUPPORT
+
kmod-i2c-core +kmod-i2c-gpio
FILES:=$(PKG_BUILD_DIR)/i2c-gpio-custom.$(LINUX_KMOD_SUFFIX)
KCONFIG:=
endef