From c2fec0edf0e9ab178e3d26dfa09f17084c55fdee Mon Sep 17 00:00:00 2001 From: florian Date: Wed, 11 May 2011 13:34:05 +0000 Subject: bcm63xx: Add firmware helpers for T-Home Speedport W 303V Add two helpers for generating correctly tagged images for the T-Home Speedport W 303V Typ B as well as xor'd ones as required by CFE. Signed-off-by: Jonas Gorski git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26877 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- tools/firmware-utils/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tools/firmware-utils/Makefile') diff --git a/tools/firmware-utils/Makefile b/tools/firmware-utils/Makefile index 40b01997b..ce2a15d4b 100644 --- a/tools/firmware-utils/Makefile +++ b/tools/firmware-utils/Makefile @@ -47,7 +47,9 @@ define Host/Compile $(call cc,mktitanimg) $(call cc,mkchkimg) $(call cc,mkzcfw cyg_crc32) + $(call cc,spw303v) $(call cc,trx2edips) + $(call cc,xorimage) endef define Host/Install -- cgit v1.2.3