b9f926e151
u-boot.mk checks for the Default profile to build images for all targets. This brings the target default profile in sync with other targets Signed-off-by: Felix Fietkau <nbd@nbd.name>
17 lines
359 B
Makefile
17 lines
359 B
Makefile
#
|
|
# Copyright (C) 2013 OpenWrt.org
|
|
#
|
|
# This is free software, licensed under the GNU General Public License v2.
|
|
# See /LICENSE for more information.
|
|
#
|
|
|
|
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))
|