diff options
author | John Crispin <john@phrozen.org> | 2016-05-17 20:03:22 +0200 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2016-05-23 11:03:23 +0200 |
commit | 9e41c3f54e3c476a4f3153bd7ee03ab43f6092ef (patch) | |
tree | 1bf5ec4edc2e5a461e5bf334828b0418d0e1cbe4 /target/linux/imx6/profiles/110-wandboard.mk | |
parent | 296543099962be9d0896655586709249094624bd (diff) | |
download | upstream-9e41c3f54e3c476a4f3153bd7ee03ab43f6092ef.tar.gz upstream-9e41c3f54e3c476a4f3153bd7ee03ab43f6092ef.tar.bz2 upstream-9e41c3f54e3c476a4f3153bd7ee03ab43f6092ef.zip |
imx6: move profile definitions to the image/Makefile
Signed-off-by: John Crispin <john@phrozen.org>
Diffstat (limited to 'target/linux/imx6/profiles/110-wandboard.mk')
-rw-r--r-- | target/linux/imx6/profiles/110-wandboard.mk | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/target/linux/imx6/profiles/110-wandboard.mk b/target/linux/imx6/profiles/110-wandboard.mk deleted file mode 100644 index 0763355ebc..0000000000 --- a/target/linux/imx6/profiles/110-wandboard.mk +++ /dev/null @@ -1,14 +0,0 @@ -# -# Copyright (C) 2013 OpenWrt.org -# -# This is free software, licensed under the GNU General Public License v2. -# See /LICENSE for more information. -# - -define Profile/IMX6DL_WANDBOARD - NAME:=Wandboard Dual - PACKAGES:= \ - kmod-thermal-imx kmod-usb-chipidea-imx kmod-usb-mxs-phy -endef - -$(eval $(call Profile,IMX6DL_WANDBOARD)) |