blob: 28b0f4662c78edb232347a597d06b97eae949ab3 (
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 Freescale i.MX 6 based boards.
endef
$(eval $(call Profile,Default))
|