mvebu: Add dependency to kmod-i2c-mux-pca954x for armada-macchiatobin
This driver is needed for the I2C mux on the board. Signed-off-by: Hauke Mehrtens <hauke.mehrtens@intel.com>
This commit is contained in:
parent
3d945f5706
commit
63ed513779
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ define Device/armada-macchiatobin
|
||||||
KERNEL_NAME := Image
|
KERNEL_NAME := Image
|
||||||
KERNEL := kernel-bin
|
KERNEL := kernel-bin
|
||||||
DEVICE_TITLE := MACCHIATObin (SolidRun Armada 8040 Community Board)
|
DEVICE_TITLE := MACCHIATObin (SolidRun Armada 8040 Community Board)
|
||||||
DEVICE_PACKAGES := e2fsprogs ethtool mkf2fs kmod-fs-vfat kmod-mmc
|
DEVICE_PACKAGES := e2fsprogs ethtool mkf2fs kmod-fs-vfat kmod-mmc kmod-i2c-core kmod-i2c-mux kmod-i2c-mux-pca954x
|
||||||
IMAGES := sdcard.img.gz
|
IMAGES := sdcard.img.gz
|
||||||
IMAGE/sdcard.img.gz := boot-scr | boot-img-ext4 | sdcard-img-ext4 | gzip | append-metadata
|
IMAGE/sdcard.img.gz := boot-scr | boot-img-ext4 | sdcard-img-ext4 | gzip | append-metadata
|
||||||
DEVICE_DTS := armada-8040-mcbin
|
DEVICE_DTS := armada-8040-mcbin
|
||||||
|
|
Loading…
Reference in a new issue