mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-20 00:23:30 +00:00
15 lines
275 B
Makefile
15 lines
275 B
Makefile
# 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))
|