projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[package] firewall: run ifdown hotplug events synchronized, fixes a racecondition...
[openwrt.git]
/
package
/
kernel
/
modules
/
i2c.mk
diff --git
a/package/kernel/modules/i2c.mk
b/package/kernel/modules/i2c.mk
index
78c364d
..
14fbcf8
100644
(file)
--- a/
package/kernel/modules/i2c.mk
+++ b/
package/kernel/modules/i2c.mk
@@
-8,10
+8,10
@@
I2C_MENU:=I2C support
ModuleConfVar=$(word 1,$(subst :,$(space),$(1)))
I2C_MENU:=I2C support
ModuleConfVar=$(word 1,$(subst :,$(space),$(1)))
-ModuleFullPath=$(if $(findstring y,$($(call ModuleConfVar,$(1)))),,$(LINUX_DIR)/$(word 2,$(subst :,$(space),$(1))).
$(LINUX_KMOD_SUFFIX)
)
+ModuleFullPath=$(if $(findstring y,$($(call ModuleConfVar,$(1)))),,$(LINUX_DIR)/$(word 2,$(subst :,$(space),$(1))).
ko
)
ModuleKconfig=$(foreach mod,$(1),$(call ModuleConfVar,$(mod)))
ModuleFiles=$(foreach mod,$(1),$(call ModuleFullPath,$(mod)))
ModuleKconfig=$(foreach mod,$(1),$(call ModuleConfVar,$(mod)))
ModuleFiles=$(foreach mod,$(1),$(call ModuleFullPath,$(mod)))
-ModuleAuto=$(call AutoLoad,$(1),$(foreach mod,$(2),$(
notdir $(call ModuleFullPath,$(mod
)))),$(3))
+ModuleAuto=$(call AutoLoad,$(1),$(foreach mod,$(2),$(
basename $(notdir $(call ModuleFullPath,$(mod)
)))),$(3))
define i2c_defaults
SUBMENU:=$(I2C_MENU)
define i2c_defaults
SUBMENU:=$(I2C_MENU)
@@
-27,7
+27,7
@@
I2C_CORE_MODULES:= \
define KernelPackage/i2c-core
$(call i2c_defaults,$(I2C_CORE_MODULES),51)
TITLE:=I2C support
define KernelPackage/i2c-core
$(call i2c_defaults,$(I2C_CORE_MODULES),51)
TITLE:=I2C support
- DEPENDS:=@
LINUX_2_6
+ DEPENDS:=@
!TARGET_etrax
endef
define KernelPackage/i2c-core/description
endef
define KernelPackage/i2c-core/description
@@
-121,7
+121,7
@@
$(eval $(call KernelPackage,i2c-scx200))
I2C_SCX200_ACB_MODULES:=\
I2C_SCX200_ACB_MODULES:=\
- CONFIG_SCx200_ACB:drivers/i2c/busses/scx200_
i2c
+ CONFIG_SCx200_ACB:drivers/i2c/busses/scx200_
acb
define KernelPackage/i2c-scx200-acb
$(call i2c_defaults,$(I2C_SCX200_ACB_MODULES),59)
define KernelPackage/i2c-scx200-acb
$(call i2c_defaults,$(I2C_SCX200_ACB_MODULES),59)
This page took
0.033681 seconds
and
4
git commands to generate.