diff options
author | John Crispin <john@phrozen.org> | 2016-06-24 16:41:52 +0200 |
---|---|---|
committer | Zoltan HERPAI <wigyori@uid0.hu> | 2016-06-24 16:41:52 +0200 |
commit | f513572f053bab46974b75831d6157c343019372 (patch) | |
tree | 488ffa776d7125fea9ac27e97e2501ee83f823ee /target | |
parent | fba0826f5205af24ab8d85c4c51e40ba92784db4 (diff) | |
download | master-187ad058-f513572f053bab46974b75831d6157c343019372.tar.gz master-187ad058-f513572f053bab46974b75831d6157c343019372.tar.bz2 master-187ad058-f513572f053bab46974b75831d6157c343019372.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 |