projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[package] dnsmasq: remove redundant code introduced with r20074
[openwrt.git]
/
package
/
i2c-gpio-custom
/
Makefile
diff --git
a/package/i2c-gpio-custom/Makefile
b/package/i2c-gpio-custom/Makefile
index
3c86968
..
9549742
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
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
FILES:=$(PKG_BUILD_DIR)/i2c-gpio-custom.$(LINUX_KMOD_SUFFIX)
KCONFIG:=
endef
This page took
0.02212 seconds
and
4
git commands to generate.