From 2c9a531c0e9a98309f948241cd2694e03d50ac56 Mon Sep 17 00:00:00 2001 From: luka Date: Mon, 2 Jun 2014 21:23:35 +0000 Subject: [PATCH] imx6: ventana: add default kernel modules Add the following kernel modules by default (which are present on most Ventana baseboards): - kmod-leds-gpio (user leds) - kmod-sound-core (required as a dependency of the other sound modules) - kmod-pps-gpio (Pulse-Per-Second) Signed-off-by: Tim Harvey git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40990 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/imx6/profiles/120-gateworks.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/target/linux/imx6/profiles/120-gateworks.mk b/target/linux/imx6/profiles/120-gateworks.mk index fd2646b52e..833d297820 100644 --- a/target/linux/imx6/profiles/120-gateworks.mk +++ b/target/linux/imx6/profiles/120-gateworks.mk @@ -9,10 +9,11 @@ define Profile/VENTANA NAME:=Gateworks Ventana family PACKAGES:= \ kmod-thermal-imx kmod-sky2 kmod-usb-chipidea kmod-usb-mxs-phy \ - kmod-sound-soc-imx kmod-sound-soc-imx-sgtl5000 \ + kmod-sound-core kmod-sound-soc-imx kmod-sound-soc-imx-sgtl5000 \ kmod-can kmod-can-flexcan kmod-can-raw \ canutils-cansend canutils-candump canutils-cangen \ kmod-rtc-ds1672 kmod-gpio-pca953x kmod-hwmon-gsc kmod-eeprom-at24 \ + kmod-leds-gpio kmod-pps-gpio \ kobs-ng endef -- 2.11.0