openwrtv3/target/linux/imx6/profiles/100-generic.mk
John Crispin 9e41c3f54e imx6: move profile definitions to the image/Makefile
Signed-off-by: John Crispin <john@phrozen.org>
2016-05-23 11:03:23 +02:00

19 lines
433 B
Makefile

#
# 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
PRIORITY:=1
NAME:=Generic (default)
PACKAGES:= \
kmod-thermal-imx kmod-usb-chipidea-imx kmod-usb-mxs-phy
endef
define Profile/Generic/Description
Package set compatible with most Freescale i.MX 6 based boards.
endef
$(eval $(call Profile,Generic))