aboutsummaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorLuka Perkov <luka@openwrt.org>2014-06-02 21:23:35 +0000
committerLuka Perkov <luka@openwrt.org>2014-06-02 21:23:35 +0000
commitb8d1fab615dd91be94ede4d0e82e50c044a2fdc7 (patch)
treedc120a658efd9ae0f7e15eeb60b3fc80b572da16 /target
parent84426e4c48b386067a467b33aa671a35b3e963ab (diff)
downloadmaster-187ad058-b8d1fab615dd91be94ede4d0e82e50c044a2fdc7.tar.gz
master-187ad058-b8d1fab615dd91be94ede4d0e82e50c044a2fdc7.tar.bz2
master-187ad058-b8d1fab615dd91be94ede4d0e82e50c044a2fdc7.zip
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 <tharvey@gateworks.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40990 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r--target/linux/imx6/profiles/120-gateworks.mk3
1 files changed, 2 insertions, 1 deletions
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