[OpenWrt-Devel] [PATCH] lantiq: fix Image Builder
Mathias Kresin
openwrt at kresin.me
Wed Dec 23 14:03:50 EST 2015
Signed-off-by: Mathias Kresin <openwrt at kresin.me>
---
target/linux/lantiq/image/Makefile | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/target/linux/lantiq/image/Makefile b/target/linux/lantiq/image/Makefile
index 686cb6d..553bdc1 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
--
1.9.1
_______________________________________________
openwrt-devel mailing list
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
More information about the openwrt-devel
mailing list