From: John Crispin Date: Tue, 14 Jun 2016 03:00:48 +0000 (+0200) Subject: lantiq: fix VG3503J loader generation X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=90c48dd49db820790734ec41c5323a460426d4a9;p=openwrt%2Fstaging%2Frmilecki.git lantiq: fix VG3503J loader generation Signed-off-by: John Crispin --- 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