Skip to content

Commit

Permalink
tools: firmware-utils: clean up mktplinkfw
Browse files Browse the repository at this point in the history
Remove the whole board list from mktplinkfw, as OpenWrt doesn't use it and
it was severely out of sync with the list of built images for ar71xx.

Also:
* fix -Wall warnings
* add const where appropriate

Signed-off-by: Matthias Schiffer <[email protected]>

SVN-Revision: 49214
  • Loading branch information
John Crispin committed Apr 21, 2016
1 parent 30fbc1a commit 51b6448
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 435 deletions.
2 changes: 1 addition & 1 deletion tools/firmware-utils/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ define Host/Compile
$(call cc,encode_crc)
$(call cc,nand_ecc)
$(call cc,mkplanexfw sha1)
$(call cc,mktplinkfw md5)
$(call cc,mktplinkfw md5, -Wall)
$(call cc,mktplinkfw2 md5)
$(call cc,tplink-safeloader md5, -Wall)
$(call cc,pc1crypt)
Expand Down
Loading

0 comments on commit 51b6448

Please sign in to comment.