Author: blogic Date: 2015-12-23 20:25:55 +0100 (Wed, 23 Dec 2015) New Revision: 48002
Modified: trunk/target/linux/lantiq/image/Makefile Log: lantiq: fix Image Builder Signed-off-by: Mathias Kresin <[email protected]> Modified: trunk/target/linux/lantiq/image/Makefile =================================================================== --- trunk/target/linux/lantiq/image/Makefile 2015-12-23 19:25:46 UTC (rev 48001) +++ trunk/target/linux/lantiq/image/Makefile 2015-12-23 19:25:55 UTC (rev 48002) @@ -426,8 +426,7 @@ 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 _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
