]> git.ipfire.org Git - thirdparty/openwrt.git/commitdiff
imx6: rename Generic profile to Default, fixes u-boot image build issue
authorFelix Fietkau <nbd@nbd.name>
Wed, 5 Sep 2018 07:52:57 +0000 (09:52 +0200)
committerFelix Fietkau <nbd@nbd.name>
Wed, 5 Sep 2018 08:00:01 +0000 (10:00 +0200)
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>
target/linux/imx6/profiles/100-default.mk [moved from target/linux/imx6/profiles/100-generic.mk with 67% similarity]

similarity index 67%
rename from target/linux/imx6/profiles/100-generic.mk
rename to target/linux/imx6/profiles/100-default.mk
index 218cd694041f7354ec9aeb7e38bb70c50eab2583..60b3ef538bd496ba7bacb0e3cf579555fbb082af 100644 (file)
@@ -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))