index
:
openwrt.git
OpenWrt Source Repository
log msg
author
committer
range
feature/odhcpd_odhcp6c_udhcpc-capsdrop
linksys3200ac-master
master
about
summary
refs
log
tree
commit
diff
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
author
John Crispin <john@openwrt.org>
2015-12-23 19:25:55 +0000
committer
John Crispin <john@openwrt.org>
2015-12-23 19:25:55 +0000
commit
8d5ac2d0f127ecc017b177021401e554a79b9550
(
patch
)
tree
4b0cd4df49d121c8fdf05eb136745d04c114ca1e
parent
6f14878491fa56f6f5da162751fefcb8695827eb
(
diff
)
lantiq: fix Image Builder
Signed-off-by: Mathias Kresin <openwrt@kresin.me> SVN-Revision: 48002
Diffstat
-rw-r--r--
target/linux/lantiq/image/Makefile
3
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