diff options
author | John Crispin <john@phrozen.org> | 2016-06-14 05:00:48 +0200 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2016-06-14 06:43:02 +0200 |
commit | 90c48dd49db820790734ec41c5323a460426d4a9 (patch) | |
tree | 85b499cd485a347c631b5d699b8bfb01155f3718 /target | |
parent | d5666b98fa7a5e9441cf0c0977eb03f1b3611555 (diff) | |
download | upstream-90c48dd49db820790734ec41c5323a460426d4a9.tar.gz upstream-90c48dd49db820790734ec41c5323a460426d4a9.tar.bz2 upstream-90c48dd49db820790734ec41c5323a460426d4a9.zip |
lantiq: fix VG3503J loader generation
Signed-off-by: John Crispin <john@phrozen.org>
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/lantiq/image/Makefile | 2 |
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 |