diff options
author | Sungbo Eo <mans0n@gorani.run> | 2020-03-11 11:27:59 +0900 |
---|---|---|
committer | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2020-03-13 14:12:19 +0100 |
commit | dffbe668ab321c76c041aa15ca8b753deab2c4c5 (patch) | |
tree | 74faea7b82fa4692ecfcb64b666f1f9e3b84b1bb /target | |
parent | 6410c30dc7cefdf06dca1e09d1c337138aa4abea (diff) | |
download | upstream-dffbe668ab321c76c041aa15ca8b753deab2c4c5.tar.gz upstream-dffbe668ab321c76c041aa15ca8b753deab2c4c5.tar.bz2 upstream-dffbe668ab321c76c041aa15ca8b753deab2c4c5.zip |
layerscape: add kmod-i2c-mux to DEVICE_PACKAGES for traverse-ls1043
kmod-i2c-mux-pca954x will not get into images unless kmod-i2c-mux is added to
DEVICE_PACKAGES as well.
Signed-off-by: Sungbo Eo <mans0n@gorani.run>
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/layerscape/image/armv8_64b.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/layerscape/image/armv8_64b.mk b/target/linux/layerscape/image/armv8_64b.mk index ff4846c9bf..6f2e7e4c76 100644 --- a/target/linux/layerscape/image/armv8_64b.mk +++ b/target/linux/layerscape/image/armv8_64b.mk @@ -275,7 +275,7 @@ define Device/traverse-ls1043 DEVICE_PACKAGES += \ layerscape-fman-ls1043ardb \ uboot-envtools \ - kmod-i2c-core kmod-i2c-mux-pca954x \ + kmod-i2c-core kmod-i2c-mux kmod-i2c-mux-pca954x \ kmod-hwmon-core \ kmod-gpio-pca953x kmod-input-gpio-keys-polled \ kmod-rtc-isl1208 |