summaryrefslogtreecommitdiffstats
path: root/target/linux/lantiq
diff options
context:
space:
mode:
authorJohn Crispin <john@phrozen.org>2016-06-14 05:00:48 +0200
committerJohn Crispin <john@phrozen.org>2016-06-14 06:43:02 +0200
commit90c48dd49db820790734ec41c5323a460426d4a9 (patch)
tree85b499cd485a347c631b5d699b8bfb01155f3718 /target/linux/lantiq
parentd5666b98fa7a5e9441cf0c0977eb03f1b3611555 (diff)
downloadmaster-31e0f0ae-90c48dd49db820790734ec41c5323a460426d4a9.tar.gz
master-31e0f0ae-90c48dd49db820790734ec41c5323a460426d4a9.tar.bz2
master-31e0f0ae-90c48dd49db820790734ec41c5323a460426d4a9.zip
lantiq: fix VG3503J loader generation
Signed-off-by: John Crispin <john@phrozen.org>
Diffstat (limited to 'target/linux/lantiq')
-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 e822af20cc..e2ecda6233 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