summaryrefslogtreecommitdiffstats
path: root/target/linux/imx6/Makefile
diff options
context:
space:
mode:
authorLuka Perkov <luka@openwrt.org>2013-08-11 15:10:44 +0000
committerLuka Perkov <luka@openwrt.org>2013-08-11 15:10:44 +0000
commit3258334e7922c1f58ea3f9667c9757097fdaa1b2 (patch)
tree7d2a1050f0d3810efae6e38736212ac80ff995b9 /target/linux/imx6/Makefile
parent556e850dfde6cd2a16237060212d2214d44adf13 (diff)
downloadmaster-31e0f0ae-3258334e7922c1f58ea3f9667c9757097fdaa1b2.tar.gz
master-31e0f0ae-3258334e7922c1f58ea3f9667c9757097fdaa1b2.tar.bz2
master-31e0f0ae-3258334e7922c1f58ea3f9667c9757097fdaa1b2.zip
imx6: use kmod-imx-sdma-fw-imx6 by default
Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 37754
Diffstat (limited to 'target/linux/imx6/Makefile')
-rw-r--r--target/linux/imx6/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/imx6/Makefile b/target/linux/imx6/Makefile
index 5e697f5d62..45efb91873 100644
--- a/target/linux/imx6/Makefile
+++ b/target/linux/imx6/Makefile
@@ -20,6 +20,6 @@ include $(INCLUDE_DIR)/target.mk
KERNELNAME:="zImage dtbs"
DEFAULT_PACKAGES += \
- kmod-usb-chipidea kmod-usb-mxs-phy
+ kmod-usb-chipidea kmod-usb-mxs-phy kmod-imx-sdma-fw-imx6
$(eval $(call BuildTarget))