From 6b5f6d6601f510fa4cdafd3f2f5ced2cd4ae16be Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C3=81lvaro=20Fern=C3=A1ndez=20Rojas?= Date: Fri, 17 Jun 2016 10:13:02 +0200 Subject: [PATCH] brcm63xx: fix single profile selection MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Fixes commit c6990347. Signed-off-by: Álvaro Fernández Rojas Signed-off-by: Jonas Gorski --- target/linux/brcm63xx/image/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/target/linux/brcm63xx/image/Makefile b/target/linux/brcm63xx/image/Makefile index 05ad1d3d40..5471ddd420 100644 --- a/target/linux/brcm63xx/image/Makefile +++ b/target/linux/brcm63xx/image/Makefile @@ -167,6 +167,7 @@ define Build/redboot-bin endef define Device/Default + PROFILES = Default $$(DEVICE_NAME) KERNEL_DEPENDS = $$(wildcard ../dts/$$(DEVICE_DTS).dts) KERNEL_INITRAMFS_SUFFIX := .elf DEVICE_DTS := -- 2.30.2