openwrtv3/target/linux/ramips/image
Koen Vandeputte b4e17a7440 ramips: fix netgear r6120 factory image generation
as indicated in commit c5bf408ed6 "(ramips: fix image generation for mt76x8")
more rework was needed to fix the other issues.

Building on another machine, but using the same arch, showed
the application failing again for different reasons.

Fix this by completely rewriting the application, fixing following found issues:

- buffer overflows, resulting in stack corruption
- flaws in memory requirement calculations (too small, too large)
- memory leaks
- missing bounds checking on string handling
- non-reproducable images, by using unitilized memory in checksum calculation
- missing error handling, resulting in succes on specific image errors
- endianness errors when building on BE machines
- various minor build warnings
- documentation did not match the code actions (header item locations)
- allowing input to be decimal, hex or octal now

Signed-off-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
2018-11-08 13:32:22 +01:00
..
lzma-loader ramips: Add support for mt7621 to lzma-loader 2018-06-21 06:54:42 +02:00
Makefile ramips: only limit lzma dictionary size on mt7621 2018-08-30 10:57:35 +02:00
mt76x8.mk ramips: fix netgear r6120 factory image generation 2018-11-08 13:32:22 +01:00
mt7620.mk ramips: fix Archer C20 sysupgrade 2018-09-26 20:35:07 +02:00
mt7621.mk treewide: use wpad-basic for not small flash targets 2018-10-16 15:07:41 +01:00
rt288x.mk ramips: use patch-dtb for F5D8235 V1 2018-04-23 22:07:22 +02:00
rt305x-legacy.mk ramips: use new image build code for WHR-G300N 2018-02-13 10:01:53 +01:00
rt305x.mk treewide: use wpad-basic for not small flash targets 2018-10-16 15:07:41 +01:00
rt3883.mk ramips: add support for Loewe WMDR-143N 2017-07-27 09:13:27 +02:00