summaryrefslogtreecommitdiffstats
path: root/target/linux/lantiq/image
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@nbd.name>2016-06-07 09:35:18 +0200
committerFelix Fietkau <nbd@nbd.name>2016-06-07 09:35:18 +0200
commit821ccd2b36fb619331ada51cfa157a03476671ef (patch)
tree6a1999885e44814a56e34dd989113f7a2323693b /target/linux/lantiq/image
parent9b118cde898e2f10b1316a51b113366cb223f853 (diff)
downloadmaster-31e0f0ae-821ccd2b36fb619331ada51cfa157a03476671ef.tar.gz
master-31e0f0ae-821ccd2b36fb619331ada51cfa157a03476671ef.tar.bz2
master-31e0f0ae-821ccd2b36fb619331ada51cfa157a03476671ef.zip
lantiq: only call Image/Prepare/Profile for defined profiles
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'target/linux/lantiq/image')
-rw-r--r--target/linux/lantiq/image/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/lantiq/image/Makefile b/target/linux/lantiq/image/Makefile
index a601d38c11..b31ea77257 100644
--- a/target/linux/lantiq/image/Makefile
+++ b/target/linux/lantiq/image/Makefile
@@ -715,7 +715,7 @@ endef
TARGET_DEVICES += VGV7519BRN
define Image/Prepare
- $(call Image/Prepare/Profile,$(PROFILE))
+ $(if $(Image/Build/Profile/$(PROFILE)),$(call Image/Prepare/Profile,$(PROFILE)))
endef
endif