mirror of https://github.com/hak5/openwrt.git
ramips: add back the i2c-mt7621 module
mt7628/88 are still using this module. Signed-off-by: John Crispin <john@phrozen.org>lede-17.01
parent
f4f2dd04bd
commit
c067011af8
|
@ -58,6 +58,22 @@ endef
|
||||||
$(eval $(call KernelPackage,i2c-ralink))
|
$(eval $(call KernelPackage,i2c-ralink))
|
||||||
|
|
||||||
|
|
||||||
|
I2C_MT7621_MODULES:= \
|
||||||
|
CONFIG_I2C_MT7621:drivers/i2c/busses/i2c-mt7621
|
||||||
|
|
||||||
|
define KernelPackage/i2c-mt7628
|
||||||
|
$(call i2c_defaults,$(I2C_MT7621_MODULES),59)
|
||||||
|
TITLE:=MT7628/88 I2C Controller
|
||||||
|
DEPENDS:=kmod-i2c-core \
|
||||||
|
@(TARGET_ramips_mt7628||TARGET_ramips_mt7688)
|
||||||
|
endef
|
||||||
|
|
||||||
|
define KernelPackage/i2c-mt7628/description
|
||||||
|
Kernel modules for enable mt7621 i2c controller.
|
||||||
|
endef
|
||||||
|
|
||||||
|
$(eval $(call KernelPackage,i2c-mt7628))
|
||||||
|
|
||||||
define KernelPackage/dma-ralink
|
define KernelPackage/dma-ralink
|
||||||
SUBMENU:=Other modules
|
SUBMENU:=Other modules
|
||||||
TITLE:=Ralink GDMA Engine
|
TITLE:=Ralink GDMA Engine
|
||||||
|
|
Loading…
Reference in New Issue