imx6: rename target to 'imx'
[openwrt/openwrt.git] / target / linux / imx / profiles / 100-default.mk
1 # SPDX-License-Identifier: GPL-2.0-only
2 #
3 # Copyright (C) 2013 OpenWrt.org
4
5 define Profile/Default
6 PRIORITY:=1
7 NAME:=Default Profile
8 endef
9
10 define Profile/Default/Description
11 Package set compatible with most NXP i.MX based boards.
12 endef
13
14 $(eval $(call Profile,Default))