diff options
author | Josef Schlehofer <josef.schlehofer@nic.cz> | 2019-04-20 01:05:05 +0200 |
---|---|---|
committer | Petr Štetiar <ynezz@true.cz> | 2019-05-15 13:34:23 +0200 |
commit | eb7eed416bc09eab5edb11f028eff09777d4989a (patch) | |
tree | 5e49013922c5772d54acdeeaeaff88970c89e99e /target/linux/mvebu/image | |
parent | 2f977974714468e1a0ee20e4cce233da63d06dd0 (diff) | |
download | upstream-eb7eed416bc09eab5edb11f028eff09777d4989a.tar.gz upstream-eb7eed416bc09eab5edb11f028eff09777d4989a.tar.bz2 upstream-eb7eed416bc09eab5edb11f028eff09777d4989a.zip |
mvebu: add kmod-i2c-mux-pca954x for Turris Omnia
The driver is for the I2C mux.
Schematic available at https://doc.turris.cz/doc/_media/rtrom01-schema.pdf
Signed-off-by: Josef Schlehofer <josef.schlehofer@nic.cz>
Tested-by: Rosen Penev <rosenp@gmail.com>
Diffstat (limited to 'target/linux/mvebu/image')
-rw-r--r-- | target/linux/mvebu/image/cortex-a9.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/mvebu/image/cortex-a9.mk b/target/linux/mvebu/image/cortex-a9.mk index 401da3afaf..17d950d595 100644 --- a/target/linux/mvebu/image/cortex-a9.mk +++ b/target/linux/mvebu/image/cortex-a9.mk @@ -173,7 +173,7 @@ define Device/cznic_turris-omnia DEVICE_PACKAGES := \ mkf2fs e2fsprogs kmod-fs-vfat kmod-nls-cp437 kmod-nls-iso8859-1 \ wpad-basic kmod-ath9k kmod-ath10k-ct ath10k-firmware-qca988x-ct \ - partx-utils + partx-utils kmod-i2c-core kmod-i2c-mux kmod-i2c-mux-pca954x IMAGES := $$(IMAGE_PREFIX)-sysupgrade.img.gz omnia-medkit-$$(IMAGE_PREFIX)-initramfs.tar.gz IMAGE/$$(IMAGE_PREFIX)-sysupgrade.img.gz := boot-img | sdcard-img | gzip | append-metadata IMAGE/omnia-medkit-$$(IMAGE_PREFIX)-initramfs.tar.gz := omnia-medkit-initramfs | gzip |