[source] imx6: image: remove pca955x/ds1672/at24 from Ventana kernel modules
LEDE Commits
lede-commits at lists.infradead.org
Thu Sep 8 06:28:56 PDT 2016
nbd pushed a commit to source.git, branch master:
https://git.lede-project.org/a2386c384da501e862210f222994821580fe151c
commit a2386c384da501e862210f222994821580fe151c
Author: Tim Harvey <tharvey at gateworks.com>
AuthorDate: Tue Sep 6 09:40:25 2016 -0700
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 at gateworks.com>
---
target/linux/imx6/image/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/target/linux/imx6/image/Makefile b/target/linux/imx6/image/Makefile
index 7893e06..ad89da8 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
More information about the lede-commits
mailing list