mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-01-27 11:41:07 +02:00
Fix the scx200 gpio kernel module (#1072)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7364 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
273f64375d
commit
7bf90bdd36
@ -47,9 +47,9 @@ define KernelPackage/i2c-scx200
|
|||||||
DEFAULT:=y if LINUX_2_6_X86_Soekris
|
DEFAULT:=y if LINUX_2_6_X86_Soekris
|
||||||
DEPENDS:=kmod-i2c-core kmod-i2c-algos @LINUX_2_6_X86_Soekris
|
DEPENDS:=kmod-i2c-core kmod-i2c-algos @LINUX_2_6_X86_Soekris
|
||||||
SUBMENU:=$(I2CMENU)
|
SUBMENU:=$(I2CMENU)
|
||||||
KCONFIG:=$(CONFIG_I2C_SCX200)
|
KCONFIG:=$(CONFIG_SCx200_I2C)
|
||||||
FILES:=$(LINUX_DIR)/drivers/i2c/busses/scx200_i2c.$(LINUX_KMOD_SUFFIX) \
|
FILES:=$(LINUX_DIR)/drivers/i2c/busses/scx200_i2c.$(LINUX_KMOD_SUFFIX) \
|
||||||
$(LINUX_DIR)/drivers/i2c/busses/i2c-isa.$(LINUX_KMOD_SUFFIX)
|
$(LINUX_DIR)/drivers/i2c/busses/i2c-isa.$(LINUX_KMOD_SUFFIX)
|
||||||
AUTOLOAD:=$(call AutoLoad,70,scx200_i2c)
|
AUTOLOAD:=$(call AutoLoad,70,i2c-isa scx200_i2c)
|
||||||
endef
|
endef
|
||||||
$(eval $(call KernelPackage,i2c-scx200))
|
$(eval $(call KernelPackage,i2c-scx200))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user