diff options
author | Ludwig Thomeczek <ledesrc@wxorx.net> | 2018-06-12 21:16:40 +0200 |
---|---|---|
committer | Mathias Kresin <dev@kresin.me> | 2018-08-13 08:37:19 +0200 |
commit | e5b802b9c2711316e26402669bee9349f4c6ec65 (patch) | |
tree | 8aaa1a61a9d73f23e33af310e9b83f26fc648bea /tools/firmware-utils/Makefile | |
parent | 42dc0e25947a77b02ea18fa0e5fa04382250d5db (diff) | |
download | upstream-e5b802b9c2711316e26402669bee9349f4c6ec65.tar.gz upstream-e5b802b9c2711316e26402669bee9349f4c6ec65.tar.bz2 upstream-e5b802b9c2711316e26402669bee9349f4c6ec65.zip |
firmware-utils: add sercomm/netgear tool
This adds a tool to generate a firmware file accepted
by Netgear or sercomm devices.
They use a zip-packed rootfs with header and a custom
checksum. The generated Image can be flashed via the
nmrpflash tool or the webinterface of the router.
Signed-off-by: Ludwig Thomeczek <ledesrc@wxorx.net>
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 4b4af99908..436a43794c 100644 --- a/tools/firmware-utils/Makefile +++ b/tools/firmware-utils/Makefile @@ -84,6 +84,7 @@ define Host/Compile $(call cc,mkdhpimg buffalo-lib, -Wall) $(call cc,mkdlinkfw mkdlinkfw-lib, -lz -Wall --std=gnu99) $(call cc,dns313-header, -Wall) + $(call cc,mksercommfw, -Wall --std=gnu99) endef define Host/Install |