openwrt/target/linux/imx/profiles/100-default.mk

15 lines
275 B
Makefile
Raw Normal View History

# 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))