summaryrefslogtreecommitdiff
path: root/target/linux
diff options
context:
space:
mode:
authorluka <luka@3c298f89-4303-0410-b956-a3cf2f4a3e73>2013-08-12 10:48:05 +0000
committerluka <luka@3c298f89-4303-0410-b956-a3cf2f4a3e73>2013-08-12 10:48:05 +0000
commitbc5b0448ea3c69f0d146d97433498438eee60512 (patch)
treeba22a37914bda165563a7dad34d0ca615615a9be /target/linux
parenta010769892b30e7fdc0b13d995e6a319cddbe1fb (diff)
kernel: remove imx-sdma-fw because of license issues
Signed-off-by: Luka Perkov <luka@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37755 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux')
-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 45efb91873..5e697f5d62 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-imx-sdma-fw-imx6
+ kmod-usb-chipidea kmod-usb-mxs-phy
$(eval $(call BuildTarget))