From 90c48dd49db820790734ec41c5323a460426d4a9 Mon Sep 17 00:00:00 2001 From: John Crispin Date: Tue, 14 Jun 2016 05:00:48 +0200 Subject: [PATCH] lantiq: fix VG3503J loader generation Signed-off-by: John Crispin --- target/linux/lantiq/image/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/lantiq/image/Makefile b/target/linux/lantiq/image/Makefile index e822af20cc0..e2ecda6233e 100644 --- a/target/linux/lantiq/image/Makefile +++ b/target/linux/lantiq/image/Makefile @@ -703,7 +703,7 @@ endef TARGET_DEVICES += VGV7519BRN define Image/Prepare - $(if $(Image/Build/Profile/$(PROFILE)),$(call Image/Prepare/Profile,$(PROFILE))) + $(call Image/Prepare/Profile,VG3503J) endef endif -- 2.30.2