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 | |
parent | 296543099962be9d0896655586709249094624bd (diff) | |
download | mtk-20170518-9e41c3f54e3c476a4f3153bd7ee03ab43f6092ef.zip mtk-20170518-9e41c3f54e3c476a4f3153bd7ee03ab43f6092ef.tar.gz mtk-20170518-9e41c3f54e3c476a4f3153bd7ee03ab43f6092ef.tar.bz2 |
imx6: move profile definitions to the image/Makefile
Signed-off-by: John Crispin <john@phrozen.org>
Diffstat (limited to 'target/linux/imx6/profiles')
-rw-r--r-- | target/linux/imx6/profiles/100-generic.mk | 1 | ||||
-rw-r--r-- | target/linux/imx6/profiles/110-wandboard.mk | 14 | ||||
-rw-r--r-- | target/linux/imx6/profiles/120-gateworks.mk | 39 |
3 files changed, 1 insertions, 53 deletions
diff --git a/target/linux/imx6/profiles/100-generic.mk b/target/linux/imx6/profiles/100-generic.mk index cdb58e4..d977f9a 100644 --- a/target/linux/imx6/profiles/100-generic.mk +++ b/target/linux/imx6/profiles/100-generic.mk @@ -6,6 +6,7 @@ # define Profile/Generic + PRIORITY:=1 NAME:=Generic (default) PACKAGES:= \ kmod-thermal-imx kmod-usb-chipidea-imx kmod-usb-mxs-phy diff --git a/target/linux/imx6/profiles/110-wandboard.mk b/target/linux/imx6/profiles/110-wandboard.mk deleted file mode 100644 index 0763355..0000000 --- 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)) diff --git a/target/linux/imx6/profiles/120-gateworks.mk b/target/linux/imx6/profiles/120-gateworks.mk deleted file mode 100644 index 87b5821..0000000 --- a/target/linux/imx6/profiles/120-gateworks.mk +++ /dev/null @@ -1,39 +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/VENTANA - NAME:=Gateworks Ventana family - PACKAGES:= \ - kmod-thermal-imx kmod-sky2 kmod-usb-chipidea-imx kmod-usb-mxs-phy \ - kmod-sound-core kmod-sound-soc-imx kmod-sound-soc-imx-sgtl5000 \ - kmod-can kmod-can-flexcan kmod-can-raw \ - kmod-rtc-ds1672 kmod-gpio-pca953x kmod-hwmon-gsc kmod-eeprom-at24 \ - kmod-leds-gpio kmod-pps-gpio kmod-gw16083 \ - kobs-ng -endef - -define Profile/VENTANA/Description - The Gateworks Ventana family of products is based on the Freescale i.MX6Q SoC - and offers a large variety of peripherals such as: - - * DDR3 - * NAND or SPI flash - * multiple PCIe (with USB for Cellular modems) - * Optional expansion for additional USB/PCI based periperhals - * USB EHCI - * USB OTG - * HDMI Audio/Video in/out - * Analog Video in/out - * Analog Audio in/out - * Gateworks System Controller - * Optional GPS with PPS - * Canbus - * User GPIO - * mSATA -endef - -$(eval $(call Profile,VENTANA)) |