ath79: optimize the firmware recipe for Netgear NAND devices
authorShiji Yang <yangshiji66@qq.com>
Tue, 29 Nov 2022 10:13:38 +0000 (18:13 +0800)
committerHauke Mehrtens <hauke@hauke-m.de>
Tue, 6 Dec 2022 22:11:23 +0000 (23:11 +0100)
commit3c1512a25d927dbddea96802f55980e6c963302e
treedf3b37e89b551e39f097c4728bc8f1bd5b1e8828
parent58088ff457afff5fcfa4b32f00c44593f4b7b2c1
ath79: optimize the firmware recipe for Netgear NAND devices

1. Drop useless character '0xff' before fake filesystem header.
2. Reduce useless padding to shrink the size of the sysupgrade image.
3. Do not check the size of sysupgrade image. It does not make sense to
   check the size of a compressed package.
4. Do not take the size of netgear header into account because it will
   not be written to Flash.
5. Use the default lzma compression dictionary parameter '-d24' to get
   better performance.

Tested on Netgear R6100
Signed-off-by: Shiji Yang <yangshiji66@qq.com>
target/linux/ath79/image/nand.mk