From de165b66be47497906d3cf4f1ca6071ee25e2003 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sat, 2 Jul 2016 19:33:52 +0200 Subject: [PATCH] imx6: fix redundant PROFILES overrides in image makefile Signed-off-by: Felix Fietkau --- 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 236cf7f368..ff70b88170 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 -- 2.30.2