blob: a025b8888818c94845e276b81c7bd1ae879fa18a (
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 6 based boards.
endef
$(eval $(call Profile,Default))
|