diff options
author | Luka Perkov <luka@openwrt.org> | 2014-06-02 21:23:35 +0000 |
---|---|---|
committer | Luka Perkov <luka@openwrt.org> | 2014-06-02 21:23:35 +0000 |
commit | be7396bad7972626e3bb84863695af84571ec1d8 (patch) | |
tree | 00b44ac5ac9a08abb8d8b3efb9a5c9644b70e682 /target | |
parent | f637a1e562a13c618c3481201ea29b1219e89312 (diff) | |
download | upstream-be7396bad7972626e3bb84863695af84571ec1d8.tar.gz upstream-be7396bad7972626e3bb84863695af84571ec1d8.tar.bz2 upstream-be7396bad7972626e3bb84863695af84571ec1d8.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>
SVN-Revision: 40990
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/imx6/profiles/120-gateworks.mk | 3 |
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 |