From: Felix Fietkau Date: Wed, 5 Sep 2018 07:52:57 +0000 (+0200) Subject: imx6: rename Generic profile to Default, fixes u-boot image build issue X-Git-Tag: v19.07.0-rc1~2652 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b9f926e15146bcb3688d66562fd0f1a3e79ca747;p=thirdparty%2Fopenwrt.git 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 --- diff --git a/target/linux/imx6/profiles/100-generic.mk b/target/linux/imx6/profiles/100-default.mk similarity index 67% rename from target/linux/imx6/profiles/100-generic.mk rename to target/linux/imx6/profiles/100-default.mk index 218cd694041..60b3ef538bd 100644 --- a/target/linux/imx6/profiles/100-generic.mk +++ b/target/linux/imx6/profiles/100-default.mk @@ -5,13 +5,13 @@ # See /LICENSE for more information. # -define Profile/Generic +define Profile/Default PRIORITY:=1 - NAME:=Generic (default) + NAME:=Default Profile endef -define Profile/Generic/Description +define Profile/Default/Description Package set compatible with most Freescale i.MX 6 based boards. endef -$(eval $(call Profile,Generic)) +$(eval $(call Profile,Default))