From b9f926e15146bcb3688d66562fd0f1a3e79ca747 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Wed, 5 Sep 2018 09:52:57 +0200 Subject: imx6: rename Generic profile to Default, fixes u-boot image build issue 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 --- target/linux/imx6/profiles/100-default.mk | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 target/linux/imx6/profiles/100-default.mk (limited to 'target/linux/imx6/profiles/100-default.mk') diff --git a/target/linux/imx6/profiles/100-default.mk b/target/linux/imx6/profiles/100-default.mk new file mode 100644 index 0000000000..60b3ef538b --- /dev/null +++ b/target/linux/imx6/profiles/100-default.mk @@ -0,0 +1,17 @@ +# +# 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)) -- cgit v1.2.3