aboutsummaryrefslogtreecommitdiffstats
path: root/tools/firmware-utils/src/spw303v.c
Commit message (Collapse)AuthorAgeFilesLines
* firmware-utils: honor env SOURCE_DATE_EPOCHAlexander Couzens2017-06-191-1/+0
| | | | | | | | Use the timestamp from the enviroment SOURCE_DATE_EPOCH if set instead of the build time. Fixes reproducible builds for certain firmware images. Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
* firmware-utils: fix various compiler warningsJohn Crispin2015-12-111-0/+1
| | | | | | | | | mostly implicit defines due to missing includes plus one const that shouldn't be one. Signed-off-by: Felix Kaechele <felix@kaechele.ca> SVN-Revision: 47865
* bcm63xx: Add firmware helpers for T-Home Speedport W 303VFlorian Fainelli2011-05-111-0/+242
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 <jonas.gorski+openwrt@gmail.com> SVN-Revision: 26877