blob: 5e90724a58297303f2e375468cfda5317f4e5006 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# SPDX-License-Identifier: GPL-2.0-only
#
# Copyright (C) 2013 OpenWrt.org
define Profile/Default
PRIORITY:=1
NAME:=Default Profile
endef
define Profile/Default/Description
Package set compatible with most NXP i.MX based boards.
endef
$(eval $(call Profile,Default))
|