diff options
author | Tim Harvey <tharvey@gateworks.com> | 2016-09-06 09:40:25 -0700 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2016-09-08 15:28:39 +0200 |
commit | a2386c384da501e862210f222994821580fe151c (patch) | |
tree | d6342a88018838d3282e3eda998d8214614f2299 /target | |
parent | a1f83bad606411a561e8e60110c71232b1a28aa2 (diff) | |
download | upstream-a2386c384da501e862210f222994821580fe151c.tar.gz upstream-a2386c384da501e862210f222994821580fe151c.tar.bz2 upstream-a2386c384da501e862210f222994821580fe151c.zip |
imx6: image: remove pca955x/ds1672/at24 from Ventana kernel modules
These need to be static in the kernel for Ventana
Signed-off-by: Tim Harvey <tharvey@gateworks.com>
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/imx6/image/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/imx6/image/Makefile b/target/linux/imx6/image/Makefile index 7893e0613c..ad89da8d82 100644 --- a/target/linux/imx6/image/Makefile +++ b/target/linux/imx6/image/Makefile @@ -89,7 +89,7 @@ define Device/ventana DEVICE_PACKAGES := kmod-thermal-imx kmod-sky2 kmod-usb-chipidea-imx kmod-usb-mxs-phy \ kmod-sound-core kmod-sound-soc-imx kmod-sound-soc-imx-sgtl5000 \ kmod-can kmod-can-flexcan kmod-can-raw \ - kmod-rtc-ds1672 kmod-gpio-pca953x kmod-hwmon-gsc kmod-eeprom-at24 \ + kmod-hwmon-gsc \ kmod-leds-gpio kmod-pps-gpio kmod-gw16083 \ kobs-ng KERNEL += | boot-overlay |