Author: jogo Date: 2015-03-25 16:34:26 +0100 (Wed, 25 Mar 2015) New Revision: 44981
Modified: trunk/target/linux/brcm63xx/image/Makefile Log: brcm63xx: add a dummy image recipe for boards missing proper images Signed-off-by: Jonas Gorski <[email protected]> Modified: trunk/target/linux/brcm63xx/image/Makefile =================================================================== --- trunk/target/linux/brcm63xx/image/Makefile 2015-03-25 15:34:23 UTC (rev 44980) +++ trunk/target/linux/brcm63xx/image/Makefile 2015-03-25 15:34:26 UTC (rev 44981) @@ -106,6 +106,11 @@ -k $(BIN_DIR)/openwrt-$(4)-$(1)-cfe.bin -b $(5) -r $(6) endef +define Image/Build/Dummy + # for boards without a flashable image yet + true +endef + define Build/Clean $(MAKE) -C lzma-loader clean endef @@ -295,7 +300,7 @@ # Inventel Livebox 1 $(eval $(call ImageDTB,RedBootDTB,Livebox,livebox,livebox-blue-5g)) # Netgear CVG834G -$(eval $(call ImageDTB,HCSDTB,CVG834G,,cvg834g,a020,0001,0022,vmlinux-cvg834g)) +$(eval $(call ImageDTB,Dummy,CVG834G,cvg834g,cvg834g,a020,0001,0022,vmlinux-cvg834g)) # Netgear DG834GT/PN $(eval $(call ImageDTB,CFEDTB,DG834GTPN,DG834GT_PN,dg834gtpn,96348GW-10,6348)) # Netgear DGND3700 v1 / DGND3800B _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
