immortalwrt/target/linux/imx6/profiles/100-default.mk

18 lines
359 B
Makefile
Raw Normal View History

2017-09-06 19:19:45 +08:00
#
# Copyright (C) 2013 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
#
2018-09-07 13:43:55 +08:00
define Profile/Default
2017-09-06 19:19:45 +08:00
PRIORITY:=1
2018-09-07 13:43:55 +08:00
NAME:=Default Profile
2017-09-06 19:19:45 +08:00
endef
2018-09-07 13:43:55 +08:00
define Profile/Default/Description
2017-09-06 19:19:45 +08:00
Package set compatible with most Freescale i.MX 6 based boards.
endef
2018-09-07 13:43:55 +08:00
$(eval $(call Profile,Default))