[source] mvebu: limit image builds to profile selection
LEDE Commits
lede-commits at lists.infradead.org
Mon Jul 25 23:38:05 PDT 2016
nbd pushed a commit to source.git, branch master:
https://git.lede-project.org/?p=source.git;a=commitdiff;h=b8cd996d9260bd3510c9b78de77f472072202d3d
commit b8cd996d9260bd3510c9b78de77f472072202d3d
Author: Felix Fietkau <nbd at nbd.name>
AuthorDate: Tue Jul 26 08:36:45 2016 +0200
mvebu: limit image builds to profile selection
Signed-off-by: Felix Fietkau <nbd at nbd.name>
---
target/linux/mvebu/image/Makefile | 1 +
1 file changed, 1 insertion(+)
diff --git a/target/linux/mvebu/image/Makefile b/target/linux/mvebu/image/Makefile
index a3d9550..f871229 100644
--- a/target/linux/mvebu/image/Makefile
+++ b/target/linux/mvebu/image/Makefile
@@ -15,6 +15,7 @@ KERNEL_LOADADDR := 0x00008000
DEVICE_VARS += KERNEL_SIZE
define Device/Default
+ PROFILES := Default
DEVICE_DTS := $(1)
BOARD_NAME = $$(DEVICE_DTS)
KERNEL_NAME := zImage
More information about the lede-commits
mailing list