diff options
author | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-07-12 08:59:18 +0000 |
---|---|---|
committer | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-07-12 08:59:18 +0000 |
commit | f3e58ee3f308a1f6d1262ff837e1c01999126f19 (patch) | |
tree | 347e39eb0c63836bce2fd2aa9ed1ff19a326132c /tools/firmware-utils/Makefile | |
parent | 8f4fd13fbaeaa1456406709a9fcad2cfe726306d (diff) |
[tools] firmware-utils: add new tool for the wrt400n (based on a patch by Sandeep Mistry <sandeep.mistry at gmail.com>)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16792 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'tools/firmware-utils/Makefile')
-rw-r--r-- | tools/firmware-utils/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/firmware-utils/Makefile b/tools/firmware-utils/Makefile index 880a13f94a..5ccc0d12bb 100644 --- a/tools/firmware-utils/Makefile +++ b/tools/firmware-utils/Makefile @@ -51,6 +51,7 @@ define Host/Compile $(call cc2,mktplinkfw md5) $(call cc,pc1crypt) $(call cc,osbridge-crc) + $(call cc2,wrt400n cyg_crc32) endef define Host/Install |