diff options
author | Rafał Miłecki <rafal@milecki.pl> | 2021-01-21 13:04:45 +0100 |
---|---|---|
committer | Rafał Miłecki <rafal@milecki.pl> | 2021-01-22 20:10:38 +0100 |
commit | c31f7975277b5870ef146fb3ec4eaa829365b727 (patch) | |
tree | dd15e70ca89f290f4c8b7a7365227b0e8154db9a /tools/firmware-utils/Makefile | |
parent | 1d6f422e346ba1f39165577ffbe2ad15b944171c (diff) | |
download | upstream-c31f7975277b5870ef146fb3ec4eaa829365b727.tar.gz upstream-c31f7975277b5870ef146fb3ec4eaa829365b727.tar.bz2 upstream-c31f7975277b5870ef146fb3ec4eaa829365b727.zip |
firmware-utils: bcm4908asus: tool inserting Asus tail into BCM4908 image
Asus looks for an extra data at the end of BCM4908 image, right before
the BCM4908 tail. It needs to be properly filled to make Asus accept
firmware image.
This tool constructs such a tail, writes it and updates CRC32 in BCM4908
tail accordingly.
Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
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 055082593b..e4a31b6fd0 100644 --- a/tools/firmware-utils/Makefile +++ b/tools/firmware-utils/Makefile @@ -27,6 +27,7 @@ define Host/Compile $(call cc,add_header) $(call cc,addpattern) $(call cc,asustrx) + $(call cc,bcm4908asus,-Wall) $(call cc,bcm4908img,-Wall) $(call cc,bcm4908kernel,-Wall) $(call cc,buffalo-enc buffalo-lib,-Wall) |