[source] imx6: fix redundant PROFILES overrides in image makefile

LEDE Commits lede-commits at lists.infradead.org
Sat Jul 2 10:34:32 PDT 2016


nbd pushed a commit to source.git, branch master:
https://git.lede-project.org/?p=source.git;a=commitdiff;h=de165b66be47497906d3cf4f1ca6071ee25e2003

commit de165b66be47497906d3cf4f1ca6071ee25e2003
Author: Felix Fietkau <nbd at nbd.name>
AuthorDate: Sat Jul 2 19:33:52 2016 +0200

    imx6: fix redundant PROFILES overrides in image makefile
    
    Signed-off-by: Felix Fietkau <nbd at nbd.name>
---
 target/linux/imx6/image/Makefile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/target/linux/imx6/image/Makefile b/target/linux/imx6/image/Makefile
index 236cf7f..ff70b88 100644
--- a/target/linux/imx6/image/Makefile
+++ b/target/linux/imx6/image/Makefile
@@ -102,6 +102,7 @@ endef
 KERNEL_LOADADDR=0x10008000
 
 define Device/Default
+  PROFILES := Generic
   DEVICE_DTS :=
   FILESYSTEMS := squashfs ext4
   KERNEL_INSTALL := 1
@@ -116,7 +117,6 @@ endef
 DEVICE_VARS += DEVICE_DTS
 
 define Device/ventana
-  PROFILES := Generic VENTANA
   DEVICE_TITLE := Gateworks Ventana family
   DEVICE_DTS:= \
 	imx6dl-gw51xx \
@@ -146,7 +146,6 @@ define Device/ventana
 endef
 
 define Device/wandboard
-  PROFILES := Generic IMX6DL_WANDBOARD
   DEVICE_TITLE := Wandboard Dual
   DEVICE_DTS := imx6dl-wandboard
   DEVICE_PACKAGES := kmod-thermal-imx kmod-usb-chipidea-imx kmod-usb-mxs-phy



More information about the lede-commits mailing list