aboutsummaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2015-12-23 19:25:55 +0000
committerJohn Crispin <blogic@openwrt.org>2015-12-23 19:25:55 +0000
commitb7c1377d2c4992d4ba6393583f985442b7e46a45 (patch)
treea0226aeba1c878d6c87e0dfc5512e7c7f14347d7 /target
parent6079e715ab8cdecbdea303fd3c108a71b75b91e3 (diff)
downloadmaster-187ad058-b7c1377d2c4992d4ba6393583f985442b7e46a45.tar.gz
master-187ad058-b7c1377d2c4992d4ba6393583f985442b7e46a45.tar.bz2
master-187ad058-b7c1377d2c4992d4ba6393583f985442b7e46a45.zip
lantiq: fix Image Builder
Signed-off-by: Mathias Kresin <openwrt@kresin.me> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48002 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r--target/linux/lantiq/image/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/target/linux/lantiq/image/Makefile b/target/linux/lantiq/image/Makefile
index 686cb6d724..553bdc17e6 100644
--- a/target/linux/lantiq/image/Makefile
+++ b/target/linux/lantiq/image/Makefile
@@ -426,8 +426,7 @@ Image/BuildKernel/Profile/VGV7519BRN=$(call Image/BuildKernel/Template,VGV7519BR
Image/Build/Profile/VGV7519BRN=$(call Image/Build/$(1),$(1),VGV7519BRN,5D00008000,0x12345678,0x2083b8ed,$(1))
define Image/Prepare
- $(call Image/Prepare/Profile,VG3503J)
- $(call Image/Prepare/Profile,VG3503J_V2)
+ $(call Image/Prepare/Profile,$(PROFILE))
endef
endif