aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/imx6/profiles/110-wandboard.mk
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2014-12-11 18:35:41 +0000
committerJohn Crispin <john@openwrt.org>2014-12-11 18:35:41 +0000
commit6d52fd203d11c715981d7aea817401ad234c2181 (patch)
tree39b75e4dc22f50ab5e7991071e84e2853c442a49 /target/linux/imx6/profiles/110-wandboard.mk
parented61e202a1d7185374a33ebe86a3d8c1640e47b3 (diff)
downloadupstream-6d52fd203d11c715981d7aea817401ad234c2181.tar.gz
upstream-6d52fd203d11c715981d7aea817401ad234c2181.tar.bz2
upstream-6d52fd203d11c715981d7aea817401ad234c2181.zip
kernel/modules: fix chipidea
it should needs to depend on imx and mxs also remove duplicate kmod definition from mxs target Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 43627
Diffstat (limited to 'target/linux/imx6/profiles/110-wandboard.mk')
-rw-r--r--target/linux/imx6/profiles/110-wandboard.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/imx6/profiles/110-wandboard.mk b/target/linux/imx6/profiles/110-wandboard.mk
index 4fa49ec6a6..2b5510fafe 100644
--- a/target/linux/imx6/profiles/110-wandboard.mk
+++ b/target/linux/imx6/profiles/110-wandboard.mk
@@ -8,7 +8,7 @@
define Profile/IMX6DL_WANDBOARD
NAME:=Wandboard Dual
PACKAGES:= \
- kmod-thermal-imx kmod-usb-chipidea kmod-usb-mxs-phy \
+ kmod-thermal-imx kmod-usb-chipidea-imx kmod-usb-mxs-phy \
uboot-envtools
endef