diff options
author | Felix Fietkau <nbd@nbd.name> | 2017-01-10 10:10:13 +0100 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2017-01-10 12:10:20 +0100 |
commit | 745069895775d1fbd8988a0825f24f6b503517b3 (patch) | |
tree | 763ad418aa3d04df53520a38f858b349db0689f8 /target/linux/imx6/image | |
parent | 7f0796d874f8cbcc1bd7705ff4edf8c30223d2bd (diff) | |
download | upstream-745069895775d1fbd8988a0825f24f6b503517b3.tar.gz upstream-745069895775d1fbd8988a0825f24f6b503517b3.tar.bz2 upstream-745069895775d1fbd8988a0825f24f6b503517b3.zip |
imx6: enable the chipidea usb driver in the kernel config instead of packaging it
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'target/linux/imx6/image')
-rw-r--r-- | target/linux/imx6/image/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/target/linux/imx6/image/Makefile b/target/linux/imx6/image/Makefile index 7407db8037..3ccece7c19 100644 --- a/target/linux/imx6/image/Makefile +++ b/target/linux/imx6/image/Makefile @@ -86,8 +86,7 @@ define Device/ventana imx6q-gw551x \ imx6q-gw552x \ imx6q-gw553x - DEVICE_PACKAGES := kmod-sky2 kmod-usb-chipidea-imx kmod-usb-mxs-phy \ - kmod-sound-core kmod-sound-soc-imx kmod-sound-soc-imx-sgtl5000 \ + DEVICE_PACKAGES := kmod-sky2 kmod-sound-core kmod-sound-soc-imx kmod-sound-soc-imx-sgtl5000 \ kmod-can kmod-can-flexcan kmod-can-raw \ kmod-hwmon-gsc \ kmod-leds-gpio kmod-pps-gpio \ @@ -116,7 +115,6 @@ endef define Device/wandboard DEVICE_TITLE := Wandboard Dual DEVICE_DTS := imx6dl-wandboard - DEVICE_PACKAGES := kmod-usb-chipidea-imx kmod-usb-mxs-phy endef TARGET_DEVICES += \ |