diff options
| author | Ludovic Pouzenc <ludovic@pouzenc.fr> | 2018-09-14 22:25:09 +0200 |
|---|---|---|
| committer | Ludovic Pouzenc <ludovic@pouzenc.fr> | 2018-09-14 22:25:09 +0200 |
| commit | 3362d9fb3a94d0909b79c290abc8db6abe4cca21 (patch) | |
| tree | 35f9e4dfaeb691fe09fcd95b45dc440f0338a1b5 /target/linux/imx6/profiles | |
| parent | 51e1f1476f74d6788b106a066dfebd8ec6ac1bd9 (diff) | |
| download | mtk-20170518-3362d9fb3a94d0909b79c290abc8db6abe4cca21.zip mtk-20170518-3362d9fb3a94d0909b79c290abc8db6abe4cca21.tar.gz mtk-20170518-3362d9fb3a94d0909b79c290abc8db6abe4cca21.tar.bz2 | |
target/linux : drop many arch
Diffstat (limited to 'target/linux/imx6/profiles')
| -rw-r--r-- | target/linux/imx6/profiles/100-generic.mk | 19 | ||||
| -rw-r--r-- | target/linux/imx6/profiles/110-wandboard.mk | 15 | ||||
| -rw-r--r-- | target/linux/imx6/profiles/120-gateworks.mk | 52 |
3 files changed, 0 insertions, 86 deletions
diff --git a/target/linux/imx6/profiles/100-generic.mk b/target/linux/imx6/profiles/100-generic.mk deleted file mode 100644 index 91ca369..0000000 --- a/target/linux/imx6/profiles/100-generic.mk +++ /dev/null @@ -1,19 +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/Generic - NAME:=Generic (default) - PACKAGES:= \ - kmod-thermal-imx kmod-usb-chipidea kmod-usb-mxs-phy \ - uboot-envtools -endef - -define Profile/Generic/Description - Package set compatible with most Freescale i.MX 6 based boards. -endef - -$(eval $(call Profile,Generic)) diff --git a/target/linux/imx6/profiles/110-wandboard.mk b/target/linux/imx6/profiles/110-wandboard.mk deleted file mode 100644 index 4fa49ec..0000000 --- a/target/linux/imx6/profiles/110-wandboard.mk +++ /dev/null @@ -1,15 +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 kmod-usb-mxs-phy \ - uboot-envtools -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 524e0c4..0000000 --- a/target/linux/imx6/profiles/120-gateworks.mk +++ /dev/null @@ -1,52 +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 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 - -VENTANA_DTS:= \ - imx6dl-gw51xx \ - imx6dl-gw52xx \ - imx6dl-gw53xx \ - imx6dl-gw54xx \ - imx6dl-gw552x \ - imx6q-gw51xx \ - imx6q-gw52xx \ - imx6q-gw53xx \ - imx6q-gw54xx \ - imx6q-gw5400-a \ - imx6q-gw552x - -$(eval $(call Profile,VENTANA)) |
