2013-10-02 08:33:49 +08:00
|
|
|
#
|
|
|
|
# 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
|
2016-05-18 02:03:22 +08:00
|
|
|
PRIORITY:=1
|
2013-10-02 08:33:49 +08:00
|
|
|
NAME:=Generic (default)
|
|
|
|
PACKAGES:= \
|
2015-04-17 21:47:13 +08:00
|
|
|
kmod-thermal-imx kmod-usb-chipidea-imx kmod-usb-mxs-phy
|
2013-10-02 08:33:49 +08:00
|
|
|
endef
|
|
|
|
|
|
|
|
define Profile/Generic/Description
|
|
|
|
Package set compatible with most Freescale i.MX 6 based boards.
|
|
|
|
endef
|
|
|
|
|
|
|
|
$(eval $(call Profile,Generic))
|