فهرست منبع

lantiq: only call Image/Prepare/Profile for defined profiles

Signed-off-by: Felix Fietkau <[email protected]>
Felix Fietkau 9 سال پیش
والد
کامیت
821ccd2b36
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      target/linux/lantiq/image/Makefile

+ 1 - 1
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